mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 11:34:32 +08:00
7 lines
174 B
Go
7 lines
174 B
Go
package webrtc
|
|
|
|
// RTCSctpCapabilities indicates the capabilities of the RTCSctpTransport.
|
|
type RTCSctpCapabilities struct {
|
|
MaxMessageSize uint32 `json:"maxMessageSize"`
|
|
}
|