add ice restarts.

This commit is contained in:
Miroslav Šedivý
2021-06-27 22:02:05 +02:00
parent d575d88daf
commit 09fdea1b11
6 changed files with 75 additions and 41 deletions

View File

@ -8,6 +8,7 @@ const (
const (
SIGNAL_REQUEST = "signal/request"
SIGNAL_RESTART = "signal/restart"
SIGNAL_ANSWER = "signal/answer"
SIGNAL_PROVIDE = "signal/provide"
SIGNAL_CANDIDATE = "signal/candidate"