requestEncrytionKey method

  1. @override
Future<void> requestEncrytionKey(
  1. GroupCallSession groupCall,
  2. List<CallParticipant> remoteParticipants
)
override

Implementation

@override
Future<void> requestEncrytionKey(GroupCallSession groupCall,
    List<CallParticipant> remoteParticipants) async {
  return;
}