SendMessageChatLiveKitEvent constructor

SendMessageChatLiveKitEvent({
  1. required String? callId,
  2. String? type,
  3. int? size,
  4. String? status,
  5. required String content,
  6. String? timerCall,
})

Implementation

SendMessageChatLiveKitEvent({required this.callId, this.type, this.size, this.status, required this.content, this.timerCall});