AgoraRtmRemoteInvitation Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraRtmCallKit.h |
callerId
User ID of the caller.
@property (nonatomic, copy, nonnull, readonly) NSString *callerId
Declared In
AgoraRtmCallKit.h
content
The call invitation content set by the caller.
@property (nonatomic, copy, nullable, readonly) NSString *content
Declared In
AgoraRtmCallKit.h
response
The callee’s reponse to the call invitation.
@property (nonatomic, copy, nullable) NSString *response
Declared In
AgoraRtmCallKit.h
channelId
The channel ID.
@property (nonatomic, copy, nullable, readonly) NSString *channelId
Declared In
AgoraRtmCallKit.h
state
The state of the incoming call invitation. See AgoraRtmRemoteInvitationState.
@property (nonatomic, assign, readonly) AgoraRtmRemoteInvitationState
state
Declared In
AgoraRtmCallKit.h