flutter_webrtc_remote_desktop library
Classes
Properties
- init ↔ bool
-
getter/setter pair
- loggerSingleton ↔ Logger
-
getter/setter pair
Functions
-
AddNotifier(
FailNotifyType notifier) → dynamic -
GetEventMessage(
ConnectionEvent event) → String -
getLoggerSingleton(
) → Logger -
GetLogLevelString(
LogLevel level) → String -
Log(
LogLevel level, String message) → dynamic -
LogConnectionEvent(
ConnectionEvent a) → dynamic -
showAlertDeviceSelection(
{required List data, required TypeDeviceSelection type, required DeviceSelectionResult deviceSelectionResult, required BuildContext context}) → dynamic
Typedefs
- AlertType = void Function(String input)
- ChannelHandlerType = dynamic Function(RTCDataChannel a)
-
DeviceSelectionType
= Future<
DeviceSelectionResult> Function(DeviceSelection input) - FailNotifyType = void Function(String message)
- MetricHandlerType = void Function(String target)
-
PacketHandlerType
= void Function({Map<
String, String> Data}) -
SendFuncType
= void Function({Map<
String, String> ? data, String? target}) - TrackHandlerType = dynamic Function(RTCTrackEvent a)