用于被叫方的呼叫邀请内容

最近更新时间:2022-09-20 05:17:40

主叫的用户 ID

@property (nonatomic, copy, nonnull, readonly) NSString *callerId;

主叫设置的呼叫邀请内容

@property (nonatomic, copy, nullable, readonly) NSString *content;

被叫设置的呼叫邀请响应

@property (nonatomic, copy, nullable) NSString *response;

频道 ID

@property (nonatomic, copy, nullable, readonly) NSString *channelId;

呼叫邀请状态

@property (nonatomic, assign, readonly) ARtmRemoteInvitationState state;