yodaljit

Results 2 comments of yodaljit

If you want to auto record then you can use recordRTC when your connection is established. for example: ``` var connection = new RTCMultiConnection(); var video = document.querySelector('#video') // this...

hi @Afsaan . If you want to record the video and send it to django backend then you can use recordTRC to record your live stream and them send it...