TWCParticipant Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TWCParticipant.h |
identity
Callee identity.
@property (nonatomic, readonly, strong, nonnull) NSString *identityDiscussion
Callee identity.
Declared In
TWCParticipant.h
conversation
Reference to conversation this participant is in.
@property (nonatomic, readonly, weak, null_unspecified) TWCConversation *conversationDiscussion
Reference to conversation this participant is in.
Declared In
TWCParticipant.h
media
Reference to media for this participant.
@property (nonatomic, readonly, strong, nonnull) TWCMedia *mediaDiscussion
Reference to media for this participant.
Declared In
TWCParticipant.h
sid
Participant SID.
@property (nonatomic, readonly, strong, nullable) NSString *sidDiscussion
Participant SID.
Note: sid is available when conversation gets connected (didConnectParticipant)
Declared In
TWCParticipant.h