mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 07:06:51 +08:00
Revert "Move ICE package from public to internal folder structure"
ICE Package needs to be public for peerConnection.OnICEConnectionStateChange
This reverts commit b831f87d28
.
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/pions/webrtc"
|
||||
"github.com/pions/webrtc/internal/ice"
|
||||
"github.com/pions/webrtc/pkg/ice"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user