peer webrtc connection check.

This commit is contained in:
Miroslav Šedivý
2022-02-10 00:12:30 +01:00
parent c83883fd1e
commit 369d8f3ccf
2 changed files with 27 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import (
var (
ErrWebRTCVideoNotFound = errors.New("webrtc video not found")
ErrWebRTCDataChannelNotFound = errors.New("webrtc data channel not found")
ErrWebRTCConnectionNotFound = errors.New("webrtc connection not found")
)
type ICEServer struct {