OnMuted typedef

OnMuted = Future Function(bool muted, String uuid)

A call was muted by the system or the user:

muted - whether the call was muted uuid - The UUID of the call.

Implementation

typedef Future<dynamic> OnMuted(bool muted, String uuid);