Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Function event_far_end_camera_request

    • Occurs when far end camera request is received

      Parameters

      • payload: {
            currentControllingDisplayName?: string;
            currentControllingUserId?: number;
            displayName: string;
            userId: number;
        }

        the event detail

        • OptionalcurrentControllingDisplayName?: string

          The display name for who is controlling the camera.

        • OptionalcurrentControllingUserId?: number

          The user ID for who is controlling the camera.

        • displayName: string

          The display name for who requested control.

        • userId: number

          The user ID for who requested control.

      Returns void