menu
ivs_broadcaster package
documentation
Broadcaster/ivs_broadcaster_platform_interface.dart
IvsBroadcasterPlatform
isMuted abstract method
isMuted abstract method
dark_mode
light_mode
isMuted
abstract method
Future
<
bool
>
isMuted
(
)
To Check if currently Muted or not
Always return the value if not started then it will give false
Implementation
Future<bool> isMuted();
ivs_broadcaster package
documentation
Broadcaster/ivs_broadcaster_platform_interface
IvsBroadcasterPlatform
isMuted abstract method
IvsBroadcasterPlatform class