RemoteParticipantConsent constructor

RemoteParticipantConsent({
  1. String? screenName,
  2. String? rtcParticipantUid,
  3. String? role,
  4. String? recordingConsentStatus,
})

Implementation

RemoteParticipantConsent({
  this.screenName,
  this.rtcParticipantUid,
  this.role,
  this.recordingConsentStatus,
});