feat: can use simple config

This commit is contained in:
langhuihui
2024-08-28 17:36:25 +08:00
parent 9efb612f8f
commit be337f7535
17 changed files with 103 additions and 85 deletions

View File

@@ -12,12 +12,12 @@ import (
type Sender struct {
*m7s.Subscriber
*Stream
Stream
}
type Receiver struct {
*m7s.Publisher
*Stream
Stream
AudioCodecParameters *webrtc.RTPCodecParameters
VideoCodecParameters *webrtc.RTPCodecParameters
}