requestEncrytionKey abstract method

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

Implementation

Future<void> requestEncrytionKey(
  GroupCallSession groupCall,
  List<CallParticipant> remoteParticipants,
);