Connect to a Channel

Channels

Traditional two-way radios (also know as walkie-talkies) use channels as a way to partition radio communication. Unlike tradition 2-way radios that have a limited number of channels due to frequency constraints, ĀLO can support a virtually unlimited number of channels, We decided to use the term channel as the place where one or more people communicate in ĀLO.

Connecting

To connect to an video service channel you call the connect(channel) method:

aloVideo.connect(videoChannel);

Once connected there will be events notifying you about streams that are being published in the channel. See Rendering Streams for more information.

Last updated