MCPcopy Create free account

hub / github.com/InfoDevkota/WebRTC-Django-Django-Channels-Video-Call / functions

Functions27 in github.com/InfoDevkota/WebRTC-Django-Django-Channels-Video-Call

↓ 2 callersFunctionbeReady
()
static/call.js:215
↓ 2 callersFunctioncallProgress
()
static/call.js:360
↓ 1 callersFunctionanswerCall
* * @param {Object} data * @param {number} data.caller - the caller name * @param {Object} data.rtcMessage - answer rtc sessionDescription object
static/call.js:188
↓ 1 callersFunctioncreateConnectionAndAddStream
()
static/call.js:231
↓ 1 callersFunctioncreatePeerConnection
()
static/call.js:292
↓ 1 callersFunctionmain
Run administrative tasks.
manage.py:7
↓ 1 callersFunctiononCallAnswered
(data)
static/call.js:122
↓ 1 callersFunctiononICECandidate
(data)
static/call.js:135
↓ 1 callersFunctiononNewCall
(data)
static/call.js:109
↓ 1 callersFunctionprocessAccept
()
static/call.js:249
↓ 1 callersFunctionprocessCall
(userName)
static/call.js:237
↓ 1 callersFunctionsendCall
* * @param {Object} data * @param {number} data.name - the name of the user to call * @param {Object} data.rtcMessage - the rtc create offer obje
static/call.js:164
↓ 1 callersFunctionsendICEcandidate
* * @param {Object} data * @param {number} data.user - the other user //either callee or caller * @param {Object} data.rtcMessage - iceCandidate
static/call.js:204
↓ 1 callersFunctionstop
()
static/call.js:347
MethodICEcandidate
(self, event)
call/consumers.py:114
Functionanswer
()
static/call.js:30
Functioncall
()
static/call.js:19
Methodcall_answered
(self, event)
call/consumers.py:104
Methodcall_received
(self, event)
call/consumers.py:94
Methodconnect
(self)
call/consumers.py:7
FunctionconnectSocket
()
static/call.js:64
Methoddisconnect
(self, close_code)
call/consumers.py:18
FunctionhandleIceCandidate
(event)
static/call.js:308
FunctionhandleRemoteStreamAdded
(event)
static/call.js:328
FunctionhandleRemoteStreamRemoved
(event)
static/call.js:334
Functionindex
(request)
call/views.py:4
Methodreceive
(self, text_data)
call/consumers.py:26