SocketEmiter class abstract

Implementers

Constructors

SocketEmiter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

answerEstablishSubscriber({required String targetId, required String sdp}) → void
establishBroadcast({required String sdp, required String roomId, required String participantId, required ParticipantSFU participant}) → void
leaveRoom(String roomId) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnect() → void
requestEstablishSubscriber({required String roomId, required String participantId, required String targetId}) → void
sendBroadcastCandidate(RTCIceCandidate candidate) → void
sendNewSdp(String sdp) → void
sendReceiverCandidate({required RTCIceCandidate candidate, required dynamic targetId}) → void
setAudioEnabled(bool isEnabled) → void
setCameraType(CameraType cameraType) → void
setE2eeEnabled(bool isEnabled) → void
setScreenSharing(bool isSharing) → void
setSubtitle(bool isEnabled) → void
setVideoEnabled(bool isEnabled) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited