initialUserName property

String? initialUserName
inherited

An optional displayed username that clients will initially assigned when connecting to the room. Clients can change their username using CallClient.setUsername.

Implementation

String? get initialUserName => throw _privateConstructorUsedError;