C# Class System.Net.WebRTC.RTCPeerConnection

Inheritance: System.Html.EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
RTCPeerConnection System.Runtime.CompilerServices
RTCPeerConnection System.Runtime.CompilerServices
RTCPeerConnection System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( RTCPeerConnectionEvents type, Action listener ) : void
AddEventListener ( RTCPeerConnectionEvents type, Action listener, bool capture ) : void
AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener ) : void
AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( RTCPeerConnectionEvents type, IEventListener listener ) : void
AddEventListener ( RTCPeerConnectionEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddIceCandidate ( RTCIceCandidate candidate ) : void
AddIceCandidate ( RTCIceCandidate candidate, Action successCallback ) : void
AddIceCandidate ( RTCIceCandidate candidate, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
AddStream ( MediaStream stream ) : void
AddStream ( MediaStream stream, MediaConstraints constraints ) : void
Close ( ) : void
CreateAnswer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
CreateAnswer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback, MediaConstraints constraints ) : void
CreateDataChannel ( string label ) : RTCDataChannel
CreateDataChannel ( string label, RTCDataChannelInit dataChannelDict ) : RTCDataChannel
CreateOffer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
CreateOffer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback, MediaConstraints constraints ) : void
GetIdentityAssertion ( ) : void
GetIdentityAssertion ( RTCPeerConnectionErrorCallback failureCallback ) : void
GetLocalStreams ( ) : System.Html.Media.MediaStream[]
GetRemoteStreams ( ) : System.Html.Media.MediaStream[]
GetStats ( MediaStreamTrack selector, RTCStatsCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
GetStreamById ( string streamId ) : MediaStream
RemoveEventListener ( RTCPeerConnectionEvents type, Action listener ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, Action listener, bool capture ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, IEventListener listener ) : void
RemoveEventListener ( RTCPeerConnectionEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveStream ( MediaStream stream ) : void
SetIdentityProvider ( string provider ) : void
SetIdentityProvider ( string provider, string protocol ) : void
SetIdentityProvider ( string provider, string protocol, string username ) : void
SetLocalDescription ( RTCSessionDescription description ) : void
SetLocalDescription ( RTCSessionDescription description, Action successCallback ) : void
SetLocalDescription ( RTCSessionDescription description, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
SetRemoteDescription ( RTCSessionDescription description ) : void
SetRemoteDescription ( RTCSessionDescription description, Action successCallback ) : void
SetRemoteDescription ( RTCSessionDescription description, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
UpdateIce ( ) : void
UpdateIce ( RTCConfiguration configuration ) : void
UpdateIce ( RTCConfiguration configuration, MediaConstraints constraints ) : void

Private Methods

Méthode Description
RTCPeerConnection ( ) : System.Runtime.CompilerServices
RTCPeerConnection ( RTCConfiguration configuration ) : System.Runtime.CompilerServices
RTCPeerConnection ( RTCConfiguration configuration, object constraints ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, Action listener ) : void
type RTCPeerConnectionEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, Action listener, bool capture ) : void
type RTCPeerConnectionEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, IEventListener listener ) : void
type RTCPeerConnectionEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( RTCPeerConnectionEvents type, IEventListener listener, bool capture ) : void
type RTCPeerConnectionEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddIceCandidate() public méthode

public AddIceCandidate ( RTCIceCandidate candidate ) : void
candidate RTCIceCandidate
Résultat void

AddIceCandidate() public méthode

public AddIceCandidate ( RTCIceCandidate candidate, Action successCallback ) : void
candidate RTCIceCandidate
successCallback Action
Résultat void

AddIceCandidate() public méthode

public AddIceCandidate ( RTCIceCandidate candidate, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
candidate RTCIceCandidate
successCallback Action
failureCallback RTCPeerConnectionErrorCallback
Résultat void

AddStream() public méthode

public AddStream ( MediaStream stream ) : void
stream System.Html.Media.MediaStream
Résultat void

AddStream() public méthode

public AddStream ( MediaStream stream, MediaConstraints constraints ) : void
stream System.Html.Media.MediaStream
constraints MediaConstraints
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateAnswer() public méthode

public CreateAnswer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
successCallback RTCSessionDescriptionCallback
failureCallback RTCPeerConnectionErrorCallback
Résultat void

CreateAnswer() public méthode

public CreateAnswer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback, MediaConstraints constraints ) : void
successCallback RTCSessionDescriptionCallback
failureCallback RTCPeerConnectionErrorCallback
constraints MediaConstraints
Résultat void

CreateDataChannel() public méthode

public CreateDataChannel ( string label ) : RTCDataChannel
label string
Résultat RTCDataChannel

CreateDataChannel() public méthode

public CreateDataChannel ( string label, RTCDataChannelInit dataChannelDict ) : RTCDataChannel
label string
dataChannelDict RTCDataChannelInit
Résultat RTCDataChannel

CreateOffer() public méthode

public CreateOffer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
successCallback RTCSessionDescriptionCallback
failureCallback RTCPeerConnectionErrorCallback
Résultat void

CreateOffer() public méthode

public CreateOffer ( RTCSessionDescriptionCallback successCallback, RTCPeerConnectionErrorCallback failureCallback, MediaConstraints constraints ) : void
successCallback RTCSessionDescriptionCallback
failureCallback RTCPeerConnectionErrorCallback
constraints MediaConstraints
Résultat void

GetIdentityAssertion() public méthode

public GetIdentityAssertion ( ) : void
Résultat void

GetIdentityAssertion() public méthode

public GetIdentityAssertion ( RTCPeerConnectionErrorCallback failureCallback ) : void
failureCallback RTCPeerConnectionErrorCallback
Résultat void

GetLocalStreams() public méthode

public GetLocalStreams ( ) : System.Html.Media.MediaStream[]
Résultat System.Html.Media.MediaStream[]

GetRemoteStreams() public méthode

public GetRemoteStreams ( ) : System.Html.Media.MediaStream[]
Résultat System.Html.Media.MediaStream[]

GetStats() public méthode

public GetStats ( MediaStreamTrack selector, RTCStatsCallback successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
selector MediaStreamTrack
successCallback RTCStatsCallback
failureCallback RTCPeerConnectionErrorCallback
Résultat void

GetStreamById() public méthode

public GetStreamById ( string streamId ) : MediaStream
streamId string
Résultat System.Html.Media.MediaStream

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, Action listener ) : void
type RTCPeerConnectionEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, Action listener, bool capture ) : void
type RTCPeerConnectionEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandler listener, bool capture ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type RTCPeerConnectionEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, IEventListener listener ) : void
type RTCPeerConnectionEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( RTCPeerConnectionEvents type, IEventListener listener, bool capture ) : void
type RTCPeerConnectionEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveStream() public méthode

public RemoveStream ( MediaStream stream ) : void
stream System.Html.Media.MediaStream
Résultat void

SetIdentityProvider() public méthode

public SetIdentityProvider ( string provider ) : void
provider string
Résultat void

SetIdentityProvider() public méthode

public SetIdentityProvider ( string provider, string protocol ) : void
provider string
protocol string
Résultat void

SetIdentityProvider() public méthode

public SetIdentityProvider ( string provider, string protocol, string username ) : void
provider string
protocol string
username string
Résultat void

SetLocalDescription() public méthode

public SetLocalDescription ( RTCSessionDescription description ) : void
description RTCSessionDescription
Résultat void

SetLocalDescription() public méthode

public SetLocalDescription ( RTCSessionDescription description, Action successCallback ) : void
description RTCSessionDescription
successCallback Action
Résultat void

SetLocalDescription() public méthode

public SetLocalDescription ( RTCSessionDescription description, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
description RTCSessionDescription
successCallback Action
failureCallback RTCPeerConnectionErrorCallback
Résultat void

SetRemoteDescription() public méthode

public SetRemoteDescription ( RTCSessionDescription description ) : void
description RTCSessionDescription
Résultat void

SetRemoteDescription() public méthode

public SetRemoteDescription ( RTCSessionDescription description, Action successCallback ) : void
description RTCSessionDescription
successCallback Action
Résultat void

SetRemoteDescription() public méthode

public SetRemoteDescription ( RTCSessionDescription description, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void
description RTCSessionDescription
successCallback Action
failureCallback RTCPeerConnectionErrorCallback
Résultat void

UpdateIce() public méthode

public UpdateIce ( ) : void
Résultat void

UpdateIce() public méthode

public UpdateIce ( RTCConfiguration configuration ) : void
configuration RTCConfiguration
Résultat void

UpdateIce() public méthode

public UpdateIce ( RTCConfiguration configuration, MediaConstraints constraints ) : void
configuration RTCConfiguration
constraints MediaConstraints
Résultat void