otherClientInviteAckNotification property

Stream<ChannelCommonEvent> otherClientInviteAckNotification

其他端响应(接收/拒绝)邀请事件回调,当其他端响应了邀请时触发

Implementation

Stream<ChannelCommonEvent> get otherClientInviteAckNotification =>
    _platform.otherClientInviteAckNotification;