Success

data class Success(val conference: ConferenceUI, val conversation: ConversationUI, val company: Company, val connectedUser: StateFlow<User?>) : CollaborationViewModel.Configuration

Success Configuration

Constructors

Link copied to clipboard
constructor(conference: ConferenceUI, conversation: ConversationUI, company: Company, connectedUser: StateFlow<User?>)

Properties

Link copied to clipboard
val company: Company

Company the requesting company to be configured

Link copied to clipboard

ConferenceUI the conference module

Link copied to clipboard
val connectedUser: StateFlow<User?>

StateFlow a flow representing the logged user whenever it will be connected

Link copied to clipboard

ConversationUI the conversation module