Remote Audio Track
class RemoteAudioTrack @AssistedInject constructor(@Assisted name: String, @Assisted val rtcTrack: AudioTrack, @Assisted receiver: RtpReceiver, val rtcThreadToken: RTCThreadToken) : AudioTrack
A representation of a remote audio track.
Constructors
Link copied to clipboard
@AssistedInject
Properties
Functions
Link copied to clipboard
Return the RTCStatsReport for this track, or null if none is available.
Calls the callback with the RTCStatsReport for this track, or null if none is available.
Link copied to clipboard
Removes a previously added sink.