Recording

START_RECORDING (sourceUrl: string)

Starts recording the web app on the given sourceUrl

huddleClient.startRecording('https://yourapp.com');

STOP_RECORDING

Stops the live-stream on the web app

huddleClient.stopRecording();

Sample Code

<script>
  huddleClient.initialize("YOUR_PROJECT_ID") 
  document.getElementById('startRecording').onclick = () => {
    huddleClient.startRecording('https://yourapp.com');
  };
 
  document.getElementById('stopRecording').onclick = () => {
    huddleClient.stopRecording();
  };
</script>
Audio/Video Infrastructure designed for the developers to empower them ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2022 Graphene 01, Inc. All Rights Reserved.