mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-10-05 23:06:55 +08:00
📦 NEW: 暴露插件对象WebRTCPlugin
This commit is contained in:
@@ -78,3 +78,10 @@ func (suber *WebRTCSubscriber) OnEvent(event any) {
|
||||
suber.Subscriber.OnEvent(event)
|
||||
}
|
||||
}
|
||||
|
||||
// WebRTCBatcher 批量订阅者
|
||||
type WebRTCBatcher struct {
|
||||
WebRTCIO
|
||||
PageSize int
|
||||
PageNum int
|
||||
}
|
||||
|
Reference in New Issue
Block a user