C# Class WindowsPhone.Conference.WebRTC.SessionPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
SessionPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void

Private Methods

Method Description
Alert ( string format ) : void
StartSignalling ( ) : void
StopSignalling ( ) : void
SwitchToVideoPage ( string sessionId ) : void
createButton_Click ( object sender, RoutedEventArgs e ) : void
joinButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

OnRemovedFromJournal() protected method

protected OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void
e JournalEntryRemovedEventArgs
return void

SessionPage() public method

public SessionPage ( ) : System
return System