C# Class WindowsPhone.Conference.WebRTC.VideoPage

Inheritance: PhoneApplicationPage
显示文件 Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
VideoPage ( ) : FM

Protected Methods

Method Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs ne ) : void

Private Methods

Method Description
Alert ( string format ) : void
LayoutRoot_DoubleTap ( object sender, System e ) : void
LeaveButton_Click ( object sender, RoutedEventArgs e ) : void
StartConference ( ) : void
StartLocalMedia ( ) : void
StopConference ( ) : void
StopLocalMedia ( ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

VideoPage() public method

public VideoPage ( ) : FM
return FM