inviteeAcceptedByOtherDevice method

void inviteeAcceptedByOtherDevice(
  1. SignalingInfo info
)

被邀请者(其他端)收到:比如被邀请者在手机拒接,在pc上会收到此回调

Implementation

void inviteeAcceptedByOtherDevice(SignalingInfo info) {
  onInviteeAcceptedByOtherDevice?.call(info);
}