방 관련 기능
P2P 방 생성
await knowledgetalk.createRoom('K43254033', 'p2pRoom', 2);createRoom(
roomId?: string;
title?: string;
capacity?: number;
destroy?: boolean;
): Promise<{
code: ResponseCode;
roomId: string;
}>Parameter
Description
Example
Parameter
Description
Example
그룹통화 방 생성
Parameter
Description
Example
Parameter
Description
Example
방 입장
Parameter
Description
Example
Parameter
Description
Example
Parameter
Description
Example
방 퇴장
Parameter
Description
Example
Parameter
Description
Example
방 종료
Parameter
Description
Example
Parameter
Description
Example
방에 접속한 유저 조회
Parameter
Description
Example
Parameter
Description
Example
권한 부여
Parameter
Description
Example
Parameter
Description
Example
알림 메시지 전송
Parameter
Description
Example
Parameter
Description
Example
강제 퇴장 요청 메시지 전송
Parameter
Description
Example
Parameter
Description
Example
방 정보 변경
Parameter
Description
Example
Parameter
Description
Example
Last updated