WEB RTC - Issue in call recording
Hello,
I am trying to record an audio call using the following Web SDK WEBRTC service methods.
webRTC.startRecording(call, fileName, [recordRemote], [toUpload], [onlyAudio], [mimeType])
webRTC.stopRecording(call)
sample code:
var record=rainbowSDK.webRTC.startRecording(call, "testRecording", true, false, true, "audio/webm");
This does not give any error but it seems recording also not happening. When I debug I can see this call the RecordService and call the relevant methods for recording.
Does anyone have any idea what I am doing wrong here? Also if anyone has a sample for call recording, please provide me that.
Thanks in advance.
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire