Video Room
Step 1. 세션 생성
sdk.createSession(userId = "USER_ID")Step 2. 회의실 생성 / 조회
import io.omnitalk.sdk.types.PublicTypes
val createRoomResult = sdk.createRoom(
roomType = PublicTypes.VIDEOROOM_TYPE.videoroom,
subject = "subject",
secret = "secret",
startDate = null,
endDate = null
)Step 3. 회의실 참여
Step 4. 영상 송출
Step 5. 영상 구독
영상 구독 취소
Step 6. 회의실 퇴장
목록 조회
참여자 목록 조회
방송 목록 조회
화면공유 정보 조회
비디오 장치 제어
mute/unmute
입력 장치 변경
오디오 장치 제어
mute/unmute
입력 장치 변경
룸 삭제
Last updated