AudioUser
The user object defines the user that will be participating in the audio channels.
Constructor
Parameter | Required | Description |
id | Yes | Unique User Identifier |
options | No |
UserOptions
Property | Description |
name | Name to be displayed in the list of participants for the current user. If not provided, a name will be generated from the user |
deviceId | Unique device identifier. If not provided a random id will be generated. |
Example AudioUser Instantiation
Properties
Property | Description |
id | User Identifier |
name | Name to be displayed in the list of participants for the current user. If not provided, a name will be generated from the user |
deviceId | Unique device identifier. If not provided a random id will be generated. |
Last updated