mirror of
https://github.com/pion/webrtc.git
synced 2025-10-08 16:40:06 +08:00
@@ -3,6 +3,7 @@ package webrtc
|
||||
// DataChannelParameters describes the configuration of the DataChannel.
|
||||
type DataChannelParameters struct {
|
||||
Label string `json:"label"`
|
||||
Protocol string `json:"protocol"`
|
||||
ID uint16 `json:"id"`
|
||||
Ordered bool `json:"ordered"`
|
||||
MaxPacketLifeTime *uint16 `json:"maxPacketLifeTime"`
|
||||
|
Reference in New Issue
Block a user