C# Class ChatterBox.Client.Win8dot1.Voip.Hub

Inheritance: IHub
Afficher le fichier Open project: openpeer/ChatterBox

Méthodes publiques

Méthode Description
Hub ( IUnityContainer container ) : ChatterBox.Client.Voip
InitialiazeStatsManager ( webrtc_winrt_api pc ) : void
OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
OnUpdateFrameRate ( FrameRate frameRate ) : void
OnVoipState ( VoipState voipState ) : void
Relay ( RelayMessage message ) : void
StartStatsManagerCallWatch ( ) : void
StopStatsManagerCallWatch ( ) : void
ToggleStatsManagerConnectionState ( bool enable ) : void
TrackStatsManagerEvent ( string name, string>.IDictionary props ) : void
TrackStatsManagerMetric ( string name, double value ) : void

Method Details

Hub() public méthode

public Hub ( IUnityContainer container ) : ChatterBox.Client.Voip
container IUnityContainer
Résultat ChatterBox.Client.Voip

InitialiazeStatsManager() public méthode

public InitialiazeStatsManager ( webrtc_winrt_api pc ) : void
pc webrtc_winrt_api
Résultat void

OnUpdateFrameFormat() public méthode

public OnUpdateFrameFormat ( FrameFormat frameFormat ) : void
frameFormat ChatterBox.Client.Common.Communication.Foreground.Dto.FrameFormat
Résultat void

OnUpdateFrameRate() public méthode

public OnUpdateFrameRate ( FrameRate frameRate ) : void
frameRate ChatterBox.Client.Common.Communication.Foreground.Dto.FrameRate
Résultat void

OnVoipState() public méthode

public OnVoipState ( VoipState voipState ) : void
voipState ChatterBox.Client.Common.Communication.Foreground.Dto.VoipState
Résultat void

Relay() public méthode

public Relay ( RelayMessage message ) : void
message ChatterBox.Common.Communication.Messages.Relay.RelayMessage
Résultat void

StartStatsManagerCallWatch() public méthode

public StartStatsManagerCallWatch ( ) : void
Résultat void

StopStatsManagerCallWatch() public méthode

public StopStatsManagerCallWatch ( ) : void
Résultat void

ToggleStatsManagerConnectionState() public méthode

public ToggleStatsManagerConnectionState ( bool enable ) : void
enable bool
Résultat void

TrackStatsManagerEvent() public méthode

public TrackStatsManagerEvent ( string name, string>.IDictionary props ) : void
name string
props string>.IDictionary
Résultat void

TrackStatsManagerMetric() public méthode

public TrackStatsManagerMetric ( string name, double value ) : void
name string
value double
Résultat void