mirror of
https://github.com/pion/ice.git
synced 2025-09-27 11:52:18 +08:00

committed by
Sean DuBois

parent
f88c7d2cfa
commit
e928d7b932
@@ -42,6 +42,10 @@ var (
|
||||
// ErrRemotePwdEmpty indicates agent was started with an empty remote pwd
|
||||
ErrRemotePwdEmpty = errors.New("remote pwd is empty")
|
||||
|
||||
// ErrNoOnCandidateHandler indicates agent was started without OnCandidate
|
||||
// while running in trickle mode.
|
||||
ErrNoOnCandidateHandler = errors.New("no OnCandidate provided")
|
||||
|
||||
// ErrUsernameEmpty indicates agent was give TURN URL with an empty Username
|
||||
ErrUsernameEmpty = errors.New("username is empty")
|
||||
|
||||
|
Reference in New Issue
Block a user