Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

createVideoRoom

  • description

    Create a video room

    async
    since

    2.24.0

    example
    createVideoRoom({
    videoRoomName: "My Video room",
    }).then(videoRoom => console.log(videoRoom))

    Parameters

    Returns Promise<IVideoRoom>

getVideoRoom

  • description

    get a VideoRoom details

    async
    since

    2.24.0

    example
    getVideoRoom({
    videoRoomId: "9e6f1bc4-9f02-4c57-92b7-7521d0f5b027",
    }).then(videoRoom => console.log(videoRoom))

    Parameters

    Returns Promise<any>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Interface with type parameter
  • Enumeration

Generated using TypeDoc