영상 연결 기능
미디어 서버에 영상 송신
const stream = await navigator.mediaDevices.getUserMedia({ video: true });
await knowledgetalk.publishVideo('cam', stream);publishvideo(
type: 'cam';
stream: MediaStream;
): Promise<boolean>;Parameter
Description
Example
미디어 서버에 영상 수신
Parameter
Description
Example
P2P 영상 전송
Parameter
Description
Example
피어 종료
Parameter
Description
Example
영상 정보 변경
Parameter
Description
Example
Last updated