통화 앱 예제
Web
Simple Call (웹)
단순한 영상통화
전체 코드 보기 : https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/simpleCall.html
Voice Call (웹)
단순한 음성통화
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/voiceCall.html
Call List (웹)
활성 통화채널 목록 조회
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/castList.html
Video Config (웹)
비디오 설정
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/videoConfig.html
Screen Share (데스크탑 웹)
화면 공유
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/screenShare.html
Camera Switch (웹)
카메라가 여러개 있을 경우 카메라 선택
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/cameraSwitch.html
Send message (웹)
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/sendMessage.html
VolumeBar (웹)
볼륨 표시
https://github.com/RemoteMonster/web-sdk/blob/master/examples/full/voiceCallWithVolumeBar.html
Android
SimpleCall (Android)
Full (Android)
iOS
SimpleCall (iOS)
주요 코드
전체 코드
Last updated