AgoraRtmRemoteInvitation Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraRtmCallKit.h |
callerId
主叫的用户 ID。
@property (nonatomic, copy, nonnull, readonly) NSString *callerId
Declared In
AgoraRtmCallKit.h
content
主叫设置的呼叫邀请内容。
@property (nonatomic, copy, nullable, readonly) NSString *content
Declared In
AgoraRtmCallKit.h
response
被叫设置的呼叫邀请响应。
@property (nonatomic, copy, nullable) NSString *response
Declared In
AgoraRtmCallKit.h
channelId
频道 ID。
@property (nonatomic, copy, nullable, readonly) NSString *channelId
Declared In
AgoraRtmCallKit.h
state
呼叫邀请状态。详见 AgoraRtmRemoteInvitationState。
@property (nonatomic, assign, readonly) AgoraRtmRemoteInvitationState state
Declared In
AgoraRtmCallKit.h