WebRTCClient class
Constructors
- WebRTCClient.new({required String roomId, required String peerId, required String peerName, required String serverUrl})
Properties
- audioInputDeviceId ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- peerId → String
-
final
- peerName → String
-
final
- roomId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUrl → String
-
final
- videoInputDeviceId ↔ String
-
getter/setter pair
Methods
-
close(
) → void -
connectSocket(
) → void -
createAudioStream(
) → Future< MediaStream?> -
createVideoStream(
) → Future< MediaStream?> -
disableMic(
) → Future< void> -
disableWebCam(
) → Future< void> -
enableMic(
) → Future< void> -
enableWebCam(
) → Future< void> -
joinRoom(
) → Future< void> -
muteMic(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unmuteMic(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited