Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSubSessionUser Class Reference

Represents a user within a subsession. More...

#include <ZMVideoSDKSubsessionHelper.h>

Inherits NSObject.

Properties

NSString * userName
 Get the subsession user's username.
 
NSString * userGUID
 Get the subsession user's GUID.
 

Detailed Description

Represents a user within a subsession.

Definition at line 16 of file ZMVideoSDKSubsessionHelper.h.

Property Documentation

◆ userGUID

- (NSString*) userGUID
readnonatomiccopy

Get the subsession user's GUID.

Definition at line 24 of file ZMVideoSDKSubsessionHelper.h.

◆ userName

- (NSString*) userName
readnonatomiccopy

Get the subsession user's username.

Definition at line 20 of file ZMVideoSDKSubsessionHelper.h.