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