Beispiel #1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            logD("Form loaded; Initializing Cloudeo platform");
            PlatformInitListenerDispatcher dispatcher = new PlatformInitListenerDispatcher();

            dispatcher.StateChanged += onADLInitStateChanged;
            _localVideoStarted       = false;
            Platform.init(dispatcher);
        }
 public ADLVideoHelper()
 {
     _dispatcher = new PlatformInitListenerDispatcher();
     _dispatcher.StateChanged += OnADLInitStateChanged;
 }