AudioUser

The user object defines the user that will be participating in the audio channels.

Constructor

const user = new AudioUser(id [, options])

UserOptions

Example AudioUser Instantiation

 const user = new AudioUser(
   "Some unique id",
   {
     name: "Some display name for the user",
     deviceId: "Some unique id associated with user's current device"
   }
 );

Properties

Last updated

Logo

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