RTCIdentityProviderOptions constructor

RTCIdentityProviderOptions({
  1. String protocol,
  2. String usernameHint,
  3. String peerIdentity,
})

Implementation

external factory RTCIdentityProviderOptions({
  String protocol,
  String usernameHint,
  String peerIdentity,
});