RTCForge API Reference v1.1.1
    Preparing search index...

    Interface CallLifecycle

    Start/stop control for a call bound to a Room.

    interface CallLifecycle {
        close(): void;
        start(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods