getTrackById

fun getTrackById(trackId: String): HMSTrack?

Return

the HMSTrack corresponding to the trackID or null(if not present)

Parameters

trackId

the id of the track for which you need a HMSTrack