Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created May 8, 2023 04:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sendbird-community/500050d0677738b08be8806ec07bf625 to your computer and use it in GitHub Desktop.
try {
const room = await SendBirdCall.createRoom({
roomType: 'small_room_for_video',
});
} catch (e) {
// error happened.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment