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