C# 클래스 SuperSimpleLyncKiosk.LyncExtensions

파일 보기 프로젝트 열기: shanselman/LyncAutoAnswer

공개 메소드들

메소드 설명
AnswerVideo ( this conversation ) : void
AutoAnswerIncomingVideoCalls ( this conversationManager ) : void
AutoAnswerIncomingVideoCalls ( this conversationManager, Func predicate ) : void
StartAsync ( this videoChannel ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
AVModality_ModalityStateChanged ( object sender, ModalityStateChangedEventArgs e ) : void
ConversationManager_ConversationAdded ( object sender, ConversationManagerEventArgs e, Func autoAnswerPredicate ) : void
VideoChannel_StateChanged ( object sender, ChannelStateChangedEventArgs e ) : void

메소드 상세

AnswerVideo() 공개 정적인 메소드

public static AnswerVideo ( this conversation ) : void
conversation this
리턴 void

AutoAnswerIncomingVideoCalls() 공개 정적인 메소드

public static AutoAnswerIncomingVideoCalls ( this conversationManager ) : void
conversationManager this
리턴 void

AutoAnswerIncomingVideoCalls() 공개 정적인 메소드

public static AutoAnswerIncomingVideoCalls ( this conversationManager, Func predicate ) : void
conversationManager this
predicate Func
리턴 void

StartAsync() 공개 정적인 메소드

public static StartAsync ( this videoChannel ) : System.Threading.Tasks.Task
videoChannel this
리턴 System.Threading.Tasks.Task