cloud-game/vendor/github.com/pion/webrtc/v2/rtptransceiverinit.go

8 lines
305 B
Go

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
}