From 18f52af5be3a9a0c73811706108f790d65ee9c67 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 29 Nov 2021 01:46:27 +0100 Subject: [pkg] update vendor --- vendor/github.com/pion/webrtc/v3/datachannelmessage.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/github.com/pion/webrtc/v3/datachannelmessage.go (limited to 'vendor/github.com/pion/webrtc/v3/datachannelmessage.go') diff --git a/vendor/github.com/pion/webrtc/v3/datachannelmessage.go b/vendor/github.com/pion/webrtc/v3/datachannelmessage.go new file mode 100644 index 0000000..1e3c63b --- /dev/null +++ b/vendor/github.com/pion/webrtc/v3/datachannelmessage.go @@ -0,0 +1,10 @@ +package webrtc + +// DataChannelMessage represents a message received from the +// data channel. IsString will be set to true if the incoming +// message is of the string type. Otherwise the message is of +// a binary type. +type DataChannelMessage struct { + IsString bool + Data []byte +} -- cgit v1.2.3