SocketEmiter class abstract
- Implementers
Constructors
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 -
cleanWhiteBoard(
String roomId) → 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 -
setHandRaising(
bool isRaising) → void -
setScreenSharing(
bool isSharing) → void -
setSubtitle(
bool isEnabled) → void -
setVideoEnabled(
bool isEnabled) → void -
startWhiteBoard(
String roomId) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateWhiteBoard(
String roomId, String action, DrawModel draw) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited