package webrtc // RtpTransceiverInit dictionary is used when calling the WebRTC function addTransceiver() to provide configuration options for the new transceiver. type RtpTransceiverInit struct { Direction RTPTransceiverDirection SendEncodings []RTPEncodingParameters // Streams []*Track }