CallParams constructor

CallParams({
  1. String roomId = "",
  2. int timeout = 30,
  3. String userData = "",
  4. String chatGroupId = "",
  5. bool isEphemeralCall = false,
})

Implementation

CallParams({
  this.roomId = "",
  this.timeout = 30,
  this.userData = "",
  this.chatGroupId = "",
  this.isEphemeralCall = false,
});