public SignalingClient(ISignalingSocketService signalingSocketService,
     IForegroundChannel foregroundChannel,
     IVoipChannel voipChannel)
 {
     _signalingSocketService = signalingSocketService;
     _voipChannel = voipChannel;
     _foregroundChannel = foregroundChannel;
     ServerChannelInvoker = new ChannelInvoker(this);
 }
Exemple #2
0
 public SignalingClient(ISignalingSocketService signalingSocketService,
                        IForegroundChannel foregroundChannel,
                        IVoipChannel voipChannel)
 {
     _signalingSocketService = signalingSocketService;
     _voipChannel            = voipChannel;
     _foregroundChannel      = foregroundChannel;
     ServerChannelInvoker    = new ChannelInvoker(this);
 }