-
Notifications
You must be signed in to change notification settings - Fork 6
call.requestCall
ServiceSDK edited this page Jan 4, 2021
·
2 revisions
- 통화 요청 API
- 입력한 번호로 GiGA Genie 통화 서비스를 요청함
- function requestCall(options,callback)
-
options
-
callnumber
: (String, Mandatory) 통화를 요청할 전화번호 -
calltype
: (Int, Mandatory) 통화 타입-
0
: 음성 통화 -
1
: 영상 통화
-
-
-
result_cd
-
200
: 성공
-
-
extra
- null
// callback
var options = {};
options.callnumber = "021234567";
options.calltype = 0;
gigagenie.call.requestCall(options, function (result_cd, result_msg, extra) {
if (result_cd === 200) {
console.log("Received Call Number is " + extra.callnumber);
};
});
// promise
var options = {};
options.callnumber = "021234567";
options.calltype = 0;
gigagenie.call.requestCall(options).then(function (extra) {
console.log("Received Call Number is " + extra.callnumber);
}).catch(function (result_cd, result_msg, extra) {
//
})
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