VIVideoFlags constructor

VIVideoFlags({
  1. bool sendVideo = false,
  2. bool receiveVideo = false,
})

Implementation

VIVideoFlags({this.sendVideo = false, this.receiveVideo = false});