onAckHardMuteUserVideo property

void Function(Map map)? onAckHardMuteUserVideo
getter/setter pair

Acknowledgment callback for hard muting user video.

This callback is triggered when the request to hard mute user video is acknowledged.

Implementation

static void Function(Map<dynamic, dynamic> map)? onAckHardMuteUserVideo;