ParticipantInfo

class ParticipantInfo(nameState: State<String?>, identityState: State<Participant.Identity?>, metadataState: State<String?>)

Holder for basic Participant information.

Constructors

Link copied to clipboard
constructor(nameState: State<String?>, identityState: State<Participant.Identity?>, metadataState: State<String?>)

Properties

Link copied to clipboard
val identity: Participant.Identity?
Link copied to clipboard
Link copied to clipboard
val name: String?