-
Notifications
You must be signed in to change notification settings - Fork 6
media.createChannel
ServiceSDK edited this page Jan 11, 2021
·
3 revisions
- Channel 생성 API
- 기가지니와 P2P로 데이터를 전송하기 위한 Channel을 생성함
- 이 API는 기가지니에 가상 키 입력을 전달하거나, WebRTC로 Audio/Video 스트림을 연결하기 위한 Signal Channel 에 활용됨
- function createChannel(options,callback)
-
options
-
result_cd
-
200
: 성공 -
500
: 시스템 Error
-
-
extra
-
sessionid
: (String) Channel 서버에서 채널 참여를 위한 id이다. (options.useContainerId
가true
일 경우 containerid를 반환)
-
// callback 방식
var options = {};
options.channeltype = 'audio';
options.usecontainerid = true;
gigagenie.media.createChannel(options, function (result_cd, result_msg, extra) {
if (result_cd === 200) {
console.log("createChannel Success..");
} else {
console.log("createChannel Fail");
}
});
Copyright ⓒ 2017-2023 kt corp. All rights reserved.
- 개요
- 일반사항
- 참고사항
- 통합개발환경
- Appendix
- 기가지니 웹앱 로그 관리 가이드
- API 전체 보기
-
API초기화
- gigagenie.init
- gigagenie.init.changeContainerId
- gigagenie.init.onAppStatusChange
gigagenie.init.startBgActiongigagenie.init.stopBgActiongigagenie.init.checkBgActiongigagenie.init.startFgActiongigagenie.init.stopFgActiongigagenie.init.checkFgActiongigagenie.init.fgCallgigagenie.init.onFgCallgigagenie.init.bgCallgigagenie.init.onBgCall- gigagenie.init.runApp
-
Voice API
- voice.getVoiceText
- voice.sendTTS
- voice.onVoiceCommand
- voice.setKwsVoiceRecv
- voice.onSelectedIndex
- voice.onRequestClose
- voice.svcFinished
- voice.onActionEvent
- voice.stopTTS
- voice.setVoiceFilter
- voice.resetVoiceFilter
- voice.onVoiceFilterMsg
- voice.onRegToneResults
- voice.setVoiceRecogDomain
- voice.onVocDomainTimeout
- Call API
- 데이터 관리
- G-Box 정보 관리 API
-
Media API
- media.onMuteRequest
- media.showSoftKeyboard
- media.onRemoteKeyEvent
- media.startRecordAudio
- media.onVoiceRecordComplete
- media.stopRecordAudio
- media.createChannel
- media.destroyChannel
- media.startWebRTCAudio
- media.stopWebRTCAudio
- media.keepaliveChannel
- media.onChannelEvent
- media.getOTVChannel
- media.setOTVChannel
- media.sendMsgToOTVWebApp
- media.onOTVWebAppMsg
- media.onSoftKeyEvent
- Payment API
- Vision API
- 통계 API
- Admin API