@beeworks/imsdk / webrtc / cancelCall
cancelCall()
cancelCall(
meetingId):Promise<MeetingView|null>
由原始发起人取消整场即时呼。 旧协议仍使用 MembershipBody / MEMBER_REJECTED;对应事件通过比较 operator.id 和 creator_id 设置 isWholeCallCancellation。
Parameters
meetingId
string
Returns
Promise<MeetingView | null>
