sctpcapabilities.go 267 B

123456789
  1. // SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
  2. // SPDX-License-Identifier: MIT
  3. package webrtc
  4. // SCTPCapabilities indicates the capabilities of the SCTPTransport.
  5. type SCTPCapabilities struct {
  6. MaxMessageSize uint32 `json:"maxMessageSize"`
  7. }