C# Class Xamarin.Forms.Conference.WebRTC.VideoPage

Inheritance: Xamarin.Forms.ContentPage
Mostrar archivo Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
VideoPage ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System

Protected Methods

Method Description
OnAppearing ( ) : void
OnBackButtonPressed ( ) : bool
OnDisappearing ( ) : void

Method Details

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnBackButtonPressed() protected method

protected OnBackButtonPressed ( ) : bool
return bool

OnDisappearing() protected method

protected OnDisappearing ( ) : void
return void

VideoPage() public method

public VideoPage ( bool isCallInitiator, User mainUser, List users, VideoChatMessage videoMessage, bool isVideoCall ) : System
isCallInitiator bool
mainUser User
users List
videoMessage VideoChatMessage
isVideoCall bool
return System