getNative

fun WebRtcMedia.Track.getNative(): MediaStreamTrack(source)

Returns implementation of the native media stream track used under the hood. Use it with caution.


fun WebRtcPeerConnection.getNative(): RTCPeerConnection(source)

Returns implementation of the peer connection that is used under the hood. Use it with caution.