RtcPlayerValue constructor

RtcPlayerValue({
  1. int cameraTextureId = kUninitializedTextureId,
  2. int remoteTextureId = kUninitializedTextureId,
  3. String? userName,
  4. String? userId,
  5. bool isInitialized = false,
  6. String? errorDescription,
  7. VideoEventType? connectState,
})

Implementation

RtcPlayerValue({
  this.cameraTextureId = kUninitializedTextureId,
  this.remoteTextureId = kUninitializedTextureId,
  this.userName,
  this.userId,
  this.isInitialized = false,
  this.errorDescription,
  this.connectState,
});