WebRTC SetVideoID.

This commit is contained in:
Miroslav Šedivý
2021-02-05 17:57:33 +01:00
parent aa7a131da2
commit f62d36ac4f
3 changed files with 16 additions and 9 deletions

View File

@ -5,6 +5,7 @@ import "github.com/pion/webrtc/v3"
type WebRTCPeer interface {
SignalAnswer(sdp string) error
SignalCandidate(candidate webrtc.ICECandidateInit) error
SetVideoID(videoID string) error
Destroy() error
}