implement signal offer.

This commit is contained in:
Miroslav Šedivý
2021-11-25 00:07:17 +01:00
parent a260ce6a60
commit 44e74e3088
6 changed files with 27 additions and 4 deletions

View File

@ -56,7 +56,7 @@ type SignalCandidate struct {
webrtc.ICECandidateInit
}
type SignalAnswer struct {
type SignalDescription struct {
SDP string `json:"sdp"`
}