CallCredentialsRow constructor

const CallCredentialsRow({
  1. required String callId,
  2. required String credentials,
})

Implementation

const CallCredentialsRow({required this.callId, required this.credentials});