add: basic webrtc is working
This commit is contained in:
@@ -96,9 +96,12 @@ message IceMessage {
|
||||
oneof type {
|
||||
IceCandidate candidate = 1;
|
||||
IceSessionDescription session = 2;
|
||||
NoMoreCandidates no_more_candidates = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message NoMoreCandidates {}
|
||||
|
||||
message IceCandidate {
|
||||
// Copied from https://pkg.go.dev/github.com/pion/webrtc/v4#ICECandidateInit
|
||||
string candidate = 1;
|
||||
|
||||
Reference in New Issue
Block a user