onCallEncryption abstract method

Future<void> onCallEncryption(
  1. GroupCallSession groupCall,
  2. String userId,
  3. String deviceId,
  4. Map<String, dynamic> content,
)

Implementation

Future<void> onCallEncryption(
  GroupCallSession groupCall,
  String userId,
  String deviceId,
  Map<String, dynamic> content,
);