DataSource constructor

DataSource({
  1. String? appId,
  2. String? nonce,
  3. int timestamp = 0,
  4. String? token,
  5. String? channelId,
  6. String? userId,
  7. String? userName,
  8. String? userHeaderImg,
  9. String? callUserId,
  10. String? userPwd,
  11. String? sipServer,
})

Implementation

DataSource({
  this.appId,
  this.nonce,
  this.timestamp = 0,
  this.token,
  this.channelId,
  this.userId,
  this.userName,
  this.userHeaderImg,
  this.callUserId,
  this.userPwd,
  this.sipServer,
});