mirror of
https://github.com/pion/ice.git
synced 2025-09-27 11:52:18 +08:00
Add Username/Password to URL
Needed to allow auth for TURN
This commit is contained in:
@@ -41,4 +41,10 @@ var (
|
||||
|
||||
// ErrRemotePwdEmpty indicates agent was started with an empty remote pwd
|
||||
ErrRemotePwdEmpty = errors.New("remote pwd is empty")
|
||||
|
||||
// ErrUsernameEmpty indicates agent was give TURN URL with an empty Username
|
||||
ErrUsernameEmpty = errors.New("username is empty")
|
||||
|
||||
// ErrPasswordEmpty indicates agent was give TURN URL with an empty Password
|
||||
ErrPasswordEmpty = errors.New("password is empty")
|
||||
)
|
||||
|
Reference in New Issue
Block a user