mirror of
https://github.com/pion/webrtc.git
synced 2025-10-04 14:53:05 +08:00
Move pkg/ice to internal/ice
Avoid exposing any non-standard API.
This commit is contained in:
@@ -3,7 +3,7 @@ package webrtc
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/pions/webrtc/pkg/ice"
|
||||
"github.com/pions/webrtc/internal/ice"
|
||||
)
|
||||
|
||||
// SettingEngine allows influencing behavior in ways that are not
|
||||
|
Reference in New Issue
Block a user