Documentation
    Preparing search index...

    Interface WebrtcServiceContext

    Context passed to host-provided NAP-WEBRTC hooks.

    interface WebrtcServiceContext {
        windowId: string;
        emit(event: WebrtcEvent): void;
    }
    Index

    Properties

    Methods

    Properties

    windowId: string

    Window id of the requesting napplet.

    Methods