@beeworks/imsdk / webrtc / inviteCall
inviteCall()
inviteCall(
meetingId,request):Promise<MeetingView|null>
邀请新成员或重新邀请已有成员。
服务端向当前响铃或已加入成员及邀请人发送 MembershipBody / MEMBER_INVITED,其中 participants 是本次受邀成员。
Parameters
meetingId
string
request
Returns
Promise<MeetingView | null>
Throws
邀请列表为空、成员字段无效,或发生网络、认证错误时抛出异常。
