mediasoup_client_flutter library

Classes

CanProduceByKind
CodecParameters
ConsumeArguments
Consumer
ConsumerOptions
DataConsumer
DataConsumerOptions
DataProducer
DataProducerOptions
Device
DtlsFingerprint
DtlsParameters
ExtendedRtpCodec
ExtendedRtpHeaderExtension
IceCandidate
IceParameters
NumSctpStreams
PlainRtpParameters
ProduceArguments
Producer
ProducerCodecOptions
ProducerOptions
RtcpFeedback
RtcpParameters
Provides information on RTCP settings within the RTP parameters.
RtpCapabilities
The RTP capabilities define what mediasoup or an endpoint can receive at media level.
RtpCodecCapability
RtpCodecParameters
Provides information on codec settings within the RTP parameters. The list of media codecs supported by mediasoup and their settings is defined in the supportedRtpCapabilities.ts file.
RtpEncodingParameters
RtpHeaderExtension
RtpHeaderExtensionParameters
Defines a RTP header extension within the RTP parameters. The list of RTP header extensions supported by mediasoup is defined in the supportedRtpCapabilities.ts file.
RtpParameters
The RTP send parameters describe a media stream received by mediasoup from an endpoint through its corresponding mediasoup Producer. These parameters may include a mid value that the mediasoup transport will use to match received RTP packets based on their MID RTP extension value.
RtxSsrc
ScalabilityMode
SctpCapabilities
SctpParameters
SctpStreamParameters
SendDataChannelArguments
Transport

Enums

Direction
DtlsRole
IceCandidateType
Protocol
RtpHeaderDirection
Direction of RTP header extension.
TcpType

Properties

scalabilityModeRegex RegExp
getter/setter pair

Typedefs

ConsumerOnTrackEnded = void Function()