VideoChannel

The current channel object defines the audio channel that the user is currently participating in.

Constructor

const channel = new VideoChannel(id)

Example VideoChannel Instantiation

const currentChannel = new VideoChannel(
  'Unique id for the channel'
}

Methods

getParticipants()

Once the user is connected to the channel, this methos returns the current list of participants in the channel.

Last updated

Logo

© Copyright 2024 ALO.ai, Inc. • All Rights Reserved