Archived
2
0

upgrade server dependencies.

This commit is contained in:
Miroslav Šedivý
2021-05-23 19:57:41 +02:00
parent 35a092630e
commit 3dbb265ef3
3 changed files with 41 additions and 48 deletions

View File

@ -1,16 +1,11 @@
package types
import (
"time"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v3/pkg/media"
)
type Sample struct {
Data []byte
Timestamp time.Time
Duration time.Duration
}
type Sample media.Sample
type WebRTCManager interface {
Start()