addAudioTransceiver

fun addAudioTransceiver(track: MediaStreamTrack, streamIds: List<String>)

Adds a local MediaStreamTrack with audio to a given connection, with its streamIds. The audio is then sent through a transceiver.

Parameters

track

The track that contains audio.

streamIds

The IDs that represent the stream tracks.