Nocturna
    Preparing search index...

    Interface RemoteParticipantObserver

    RemoteParticipantObserver defines the interface for receiving updates from remote participants.

    interface RemoteParticipantObserver {
        onUpdate(id: string, action: string, data: any): void;
    }

    Implemented by

    Index

    Methods

    Methods