Skip to content

Instantly share code, notes, and snippets.

@murillo128
Created September 3, 2021 07:20
Show Gist options
  • Save murillo128/c6ab7b99ae9e2e015008baf91c812540 to your computer and use it in GitHub Desktop.
Save murillo128/c6ab7b99ae9e2e015008baf91c812540 to your computer and use it in GitHub Desktop.
publish multishource
//Create publisher
publisher = new Publish(streamId, () => { return publisherToken });
//Start publishing
await publisher.connect({
mediaStream: mediaStream,
sourceId: sourceId,
disableVideo,
dtx: true,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment