menu
livekit_client
livekit_client.dart
KeyInfo
KeyInfo.new constructor
KeyInfo.new
dark_mode
light_mode
description
KeyInfo
constructor
KeyInfo
(
{
required
String
participantId
,
required
int
keyIndex
,
required
Uint8List
key
,
})
Implementation
KeyInfo({ required this.participantId, required this.keyIndex, required this.key, });
livekit_client
livekit_client
KeyInfo
KeyInfo.new constructor
KeyInfo class