onSetEncryptionKey abstract method

Future<void> onSetEncryptionKey(
  1. CallParticipant participant,
  2. Uint8List key,
  3. int index
)

Implementation

Future<void> onSetEncryptionKey(
    CallParticipant participant, Uint8List key, int index);