VideoEvent constructor

VideoEvent({
  1. required VideoEventType eventType,
  2. String? userId,
  3. int? textureId,
  4. String? userName,
})

Implementation

VideoEvent({required this.eventType, this.userId, this.textureId, this.userName});