PropsRTCPeerConnection extension

on

Methods

addIceCandidate([RTCIceCandidateInit? candidate, VoidFunction? successCallback, RTCPeerConnectionErrorCallback? failureCallback]) Future<void>
addTrack(MediaStreamTrack track, [MediaStream? streams1, MediaStream? streams2, MediaStream? streams3]) RTCRtpSender
addTransceiver(dynamic trackOrKind, [RTCRtpTransceiverInit? init]) RTCRtpTransceiver
close() → void
createAnswer([RTCSessionDescriptionCallback? successCallback, RTCPeerConnectionErrorCallback? failureCallback]) Future<void>
createDataChannel(String label, [RTCDataChannelInit? dataChannelDict]) RTCDataChannel
createOffer([RTCSessionDescriptionCallback? successCallback, RTCPeerConnectionErrorCallback? failureCallback, RTCOfferOptions? options]) Future<void>
getConfiguration() RTCConfiguration
getIdentityAssertion() Future<String>
getReceivers() Iterable<RTCRtpReceiver>
getSenders() Iterable<RTCRtpSender>
getStats([MediaStreamTrack? selector]) Future<RTCStatsReport>
getTransceivers() Iterable<RTCRtpTransceiver>
removeTrack(RTCRtpSender sender) → void
restartIce() → void
setConfiguration([RTCConfiguration? configuration]) → void
setIdentityProvider(String provider, [RTCIdentityProviderOptions? options]) → void
setLocalDescription([RTCLocalSessionDescriptionInit? description, VoidFunction? successCallback, RTCPeerConnectionErrorCallback? failureCallback]) Future<void>
setRemoteDescription([RTCSessionDescriptionInit? description, VoidFunction? successCallback, RTCPeerConnectionErrorCallback? failureCallback]) Future<void>