sctpcapabilities.go 165 B

123456
  1. package webrtc
  2. // SCTPCapabilities indicates the capabilities of the SCTPTransport.
  3. type SCTPCapabilities struct {
  4. MaxMessageSize uint32 `json:"maxMessageSize"`
  5. }