Web | Mobile Client |
![]() | ![]() |
groupCall
API.try {const params = {userIDList: ['user1', 'user2'],type: TUICallType.VIDEO_CALL,}await TUICallKitServer.calls(params);} catch (error: any) {console.error(`[TUICallKit] calls failed. Reason:${error}`);}
join
API.try {const params = {callId: 'xxx'};await TUICallKitServer.join(params);} catch (error: any) {console.error(`[TUICallKit] join failed. Reason: ${error}`);}