C# Class SuperSimpleLyncKiosk.LyncExtensions

Afficher le fichier Open project: shanselman/LyncAutoAnswer

Méthodes publiques

Méthode Description
AnswerVideo ( this conversation ) : void
AutoAnswerIncomingVideoCalls ( this conversationManager ) : void
AutoAnswerIncomingVideoCalls ( this conversationManager, Func predicate ) : void
StartAsync ( this videoChannel ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
AVModality_ModalityStateChanged ( object sender, ModalityStateChangedEventArgs e ) : void
ConversationManager_ConversationAdded ( object sender, ConversationManagerEventArgs e, Func autoAnswerPredicate ) : void
VideoChannel_StateChanged ( object sender, ChannelStateChangedEventArgs e ) : void

Method Details

AnswerVideo() public static méthode

public static AnswerVideo ( this conversation ) : void
conversation this
Résultat void

AutoAnswerIncomingVideoCalls() public static méthode

public static AutoAnswerIncomingVideoCalls ( this conversationManager ) : void
conversationManager this
Résultat void

AutoAnswerIncomingVideoCalls() public static méthode

public static AutoAnswerIncomingVideoCalls ( this conversationManager, Func predicate ) : void
conversationManager this
predicate Func
Résultat void

StartAsync() public static méthode

public static StartAsync ( this videoChannel ) : System.Threading.Tasks.Task
videoChannel this
Résultat System.Threading.Tasks.Task