Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created May 8, 2023 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/5571ee828fbe67c7481701b2ae618bca to your computer and use it in GitHub Desktop.
Save sendbird-community/5571ee828fbe67c7481701b2ae618bca to your computer and use it in GitHub Desktop.
try {
await room.enter({ audioEnabled: true, videoEnabled: true });
} catch (e) {
// error happened.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment