Last Works on Webinar ...
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using xPushService.Base;
|
||||
using xPushService.Interfaces;
|
||||
|
||||
namespace xWebinarService.Interfaces
|
||||
{
|
||||
public abstract class XWebinarHub : XBaseWebRTCHub
|
||||
{
|
||||
protected XWebinarHub(
|
||||
IXPushGroupStore groupStore,
|
||||
IXPushConnectionStore connectionStore,
|
||||
IXWebRTCConnectionStore webRTCConnectionStore
|
||||
) : base(
|
||||
groupStore,
|
||||
connectionStore,
|
||||
webRTCConnectionStore
|
||||
)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user