SocketEmiterImpl class

Inheritance
Annotations
  • @Injectable(as: SocketEmiter)

Constructors

SocketEmiterImpl()

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

Operators

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