主叫的用户 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;