C# 클래스 Xamarin.Forms.Conference.WebRTC.ConferenceWrapper

파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk

공개 프로퍼티들

프로퍼티 타입 설명
ConferenceTimeout int

공개 메소드들

메소드 설명
ConferenceWrapper ( string sessionId, LocalMedia localMedia ) : FM.IceLink
Link ( string peerId ) : bool

Link this instance to conference.

ReceiveIceCandidate ( Collection iceCandidates, string peerId ) : void

Receives the ice candidate from other users in call

ReceiveOfferAnwer ( string sdp, bool isOffer, string peerId ) : void

Receives the offer anwer.

Unlink ( string peerId ) : void

Unlink the specified peerId.

UnlinkAll ( ) : void

Unlinks all.

비공개 메소드들

메소드 설명
AddRemoteVideoControl ( StreamLinkInitArgs e ) : void

Adds the remote video control.

ConferenceWrapper ( ) : FM.IceLink
InitAudioAndVideoStreams ( ) : void

Inits the audio and video streams.

LogLinkDown ( LinkDownArgs e ) : void

Logs the link down.

LogLinkInit ( LinkInitArgs e ) : void

Logs the link init.

LogLinkUp ( LinkUpArgs e ) : void

Logs the link up.

OnLinkSendCandidate ( LinkCandidateArgs e ) : void

Ons the link send candidate.

OnLinkSendOfferAnswer ( LinkOfferAnswerArgs e ) : void

Ons the link send offer answer.

RemoveRemoteVideoControl ( StreamLinkDownArgs e ) : void

Removes the remote video control.

StopConference ( ) : void

Stops the conference.

메소드 상세

ConferenceWrapper() 공개 메소드

public ConferenceWrapper ( string sessionId, LocalMedia localMedia ) : FM.IceLink
sessionId string
localMedia Windows8.Conference.WebRTC.LocalMedia
리턴 FM.IceLink

Link() 공개 메소드

Link this instance to conference.
public Link ( string peerId ) : bool
peerId string
리턴 bool

ReceiveIceCandidate() 공개 메소드

Receives the ice candidate from other users in call
public ReceiveIceCandidate ( Collection iceCandidates, string peerId ) : void
iceCandidates Collection Ice candidates.
peerId string
리턴 void

ReceiveOfferAnwer() 공개 메소드

Receives the offer anwer.
public ReceiveOfferAnwer ( string sdp, bool isOffer, string peerId ) : void
sdp string Sdp.
isOffer bool Is offer.
peerId string
리턴 void

Unlink() 공개 메소드

Unlink the specified peerId.
public Unlink ( string peerId ) : void
peerId string Peer identifier.
리턴 void

UnlinkAll() 공개 메소드

Unlinks all.
public UnlinkAll ( ) : void
리턴 void

프로퍼티 상세

ConferenceTimeout 공개적으로 정적으로 프로퍼티

public static int ConferenceTimeout
리턴 int