opts): Promise<RoomSessionDevice> - See RoomSessionDevice documentation for more details.Adds a microphone device to the room. Using this method, a user can stream multiple audio sources at the same time.
Specify the constraints for the device. In addition, you can add the autoJoin key to specify whether the device should immediately join the room or joining will be performed manually later.
Promise<RoomSessionDevice> - See RoomSessionDevice documentation for more details.
room.self.additional_sourceYou need to specify the permissions when creating the Video Room Token on the server side.
Adding any of the microphone devices to the room (duplicate streams are possible):
Adding a specific microphone:
Adding a microphone with specific constraints, joining it manually: