Files
webrtc/rtptransceiverinit.go
Sean DuBois 804a12fed3 Update CI configs to v0.4.7
Update lint scripts and CI configs.
2020-09-30 09:06:34 -07:00

11 lines
372 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
}
type RtpTransceiverInit = RTPTransceiverInit //nolint: stylecheck