updateTrackMetadata

fun updateTrackMetadata(trackId: String, trackMetadata: Metadata)

Updates the metadata for a specific track.

Parameters

trackId

local track id of audio or video track.

trackMetadata

Data about this track that other endpoints will receive upon connecting.

If the metadata is different from what is already tracked in the room, the optional callback onTrackUpdated will be triggered for other endpoints in the room.