external_api: add start/stop recording commands

This commit is contained in:
hmuresan
2020-06-03 09:30:19 +02:00
committed by Saúl Ibarra Corretgé
parent 6773aed67f
commit b4b4339a1a
2 changed files with 117 additions and 1 deletions
+2
View File
@@ -37,6 +37,8 @@ const commands = {
sendEndpointTextMessage: 'send-endpoint-text-message',
sendTones: 'send-tones',
setVideoQuality: 'set-video-quality',
startRecording: 'start-recording',
stopRecording: 'stop-recording',
subject: 'subject',
submitFeedback: 'submit-feedback',
toggleAudio: 'toggle-audio',