rejectInvite method
拒绝别人的邀请加入信令房间请求 该接口调用后会触发拒绝邀请通知给对方
@param params 拒绝邀请参数 @return Future representing the result of rejecting the invitation
Implementation
Future<NIMResult<void>> rejectInvite(NIMSignallingRejectInviteParams params) {
return _platform.rejectInvite(params);
}