Skip to content

webrtc: expose transport property on sender and receiver

As advised by !1366 (merged)#note_629558 , the nice transport should be accessed through:

transceiver->sender/receiver->transport/rtcp_transport->icetransport

All the objects on the path can be accessed through properties except sender/receiver->transport. This patch addresses that.

Merge request reports