libwasm.bindings.RTCPeerConnection

Undocumented in source.

Members

Aliases

RTCPeerConnectionErrorCallback
alias RTCPeerConnectionErrorCallback = void delegate(DOMException)
Undocumented in source.
RTCSessionDescriptionCallback
alias RTCSessionDescriptionCallback = void delegate(RTCSessionDescriptionInit)
Undocumented in source.
RTCStatsCallback
alias RTCStatsCallback = void delegate(RTCStatsReport)
Undocumented in source.
mozPacketCallback
alias mozPacketCallback = void delegate(uint, mozPacketDumpType, bool, ArrayBuffer)
Undocumented in source.

Enums

RTCIceConnectionState
enum RTCIceConnectionState
Undocumented in source.
RTCIceGatheringState
enum RTCIceGatheringState
Undocumented in source.
RTCSignalingState
enum RTCSignalingState
Undocumented in source.
mozPacketDumpType
enum mozPacketDumpType
Undocumented in source.

Functions

RTCPeerConnection_addIceCandidate__Handle_Handle_Handle
Handle RTCPeerConnection_addIceCandidate__Handle_Handle_Handle(Handle , Handle , VoidFunction , RTCPeerConnectionErrorCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_createAnswer__Handle_Handle
Handle RTCPeerConnection_createAnswer__Handle_Handle(Handle , RTCSessionDescriptionCallback , RTCPeerConnectionErrorCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_createOffer_0_Handle_Handle
Handle RTCPeerConnection_createOffer_0_Handle_Handle(Handle , RTCSessionDescriptionCallback , RTCPeerConnectionErrorCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_createOffer__Handle_Handle_Handle
Handle RTCPeerConnection_createOffer__Handle_Handle_Handle(Handle , RTCSessionDescriptionCallback , RTCPeerConnectionErrorCallback , Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_mozSetPacketCallback
void RTCPeerConnection_mozSetPacketCallback(Handle , mozPacketCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_setLocalDescription__Handle_Handle_Handle
Handle RTCPeerConnection_setLocalDescription__Handle_Handle_Handle(Handle , Handle , VoidFunction , RTCPeerConnectionErrorCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCPeerConnection_setRemoteDescription__Handle_Handle_Handle
Handle RTCPeerConnection_setRemoteDescription__Handle_Handle_Handle(Handle , Handle , VoidFunction , RTCPeerConnectionErrorCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

RTCAnswerOptions
struct RTCAnswerOptions
Undocumented in source.
RTCDataChannelInit
struct RTCDataChannelInit
Undocumented in source.
RTCOfferAnswerOptions
struct RTCOfferAnswerOptions
Undocumented in source.
RTCOfferOptions
struct RTCOfferOptions
Undocumented in source.
RTCPeerConnection
struct RTCPeerConnection
Undocumented in source.

Meta