Member Junction
    Preparing search index...

    The room chat panel — renders data-channel messages and a composer. Purely presentational: it emits Send with the composed text and Close; the host publishes via the controller.

    Implements

    • AfterViewChecked
    Index

    Constructors

    Properties

    Close: EventEmitter<void> = ...

    Emits when the user closes the panel.

    draft: string = ''

    The current composer draft text.

    Messages: LiveKitChatMessage[] = []

    The chat messages to render.

    Send: EventEmitter<string> = ...

    Emits the composed text when the user sends.

    Methods

    • A callback method that is invoked immediately after the default change detector has completed one change-check cycle for a component's view.

      Returns void