OnTrackCallback()
DESCRIPTION
Callback invoked when the remote peer has added a Track to the WebRTC connection
DECLARATION
typealias OnTrackCallback = (EdgeMediaTrack) -> Unit
PARAMETERS
EdgeMediaTrack:
- [in] The newly added Track
Callback invoked when the remote peer has added a Track to the WebRTC connection
typealias OnTrackCallback = (EdgeMediaTrack) -> Unit
EdgeMediaTrack: