import { IframeApiContribution } from "./IframeApiContribution"; export declare class WorkadventureControlsCommands extends IframeApiContribution { callbacks: never[]; /** * Disable player controls. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-controls | Website documentation} */ disablePlayerControls(): void; /** * Restore player controls. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-controls | Website documentation} */ restorePlayerControls(): void; /** * Turn off player microphone. * {@link https://docs.workadventu.re/map-building/api-controls.md#turn-off-webcam-or-microphone | Website documentation} */ turnOffMicrophone(): void; /** * Turn off player webcam. * {@link https://docs.workadventu.re/map-building/api-controls.md#turn-off-webcam-or-microphone | Website documentation} */ turnOffWebcam(): void; /** * Disable player microphone. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-webcam-or-microphone | Website documentation} */ disableMicrophone(): void; /** * Restore player microphone. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-webcam-or-microphone | Website documentation} */ restoreMicrophone(): void; /** * Disable player webcam. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-webcam-or-microphone | Website documentation} */ disableWebcam(): void; /** * Disable player webcam. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-webcam-or-microphone | Website documentation} */ restoreWebcam(): void; /** * Disable proximity meetings. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-proximity-meeting | Website documentation} */ disablePlayerProximityMeeting(): void; /** * Restore proximity meettings. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-proximity-meeting | Website documentation} */ restorePlayerProximityMeeting(): void; /** * Disable map editor mode. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-map-editor | Website documentation} */ disableMapEditor(): void; /** * Restore map editor mode. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-map-editor | Website documentation} */ restoreMapEditor(): void; /** * Disable screen sharing. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-screen-sharing | Website documentation} */ disableScreenSharing(): void; /** * Restore screen sharing. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-screen-sharing | Website documentation} */ restoreScreenSharing(): void; /** * Disable wheel zoom. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-wheel-zoom | Website documentation} */ disableWheelZoom(): void; /** * Restore wheel zoom. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-wheel-zoom | Website documentation} */ restoreWheelZoom(): void; /** * Disable Right Click. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-right-click | Website documentation} */ disableRightClick(): void; /** * Restore Right Click. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-right-click | Website documentation} */ restoreRightClick(): void; /** * Disable invite button. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-invite-button | Website documentation} */ disableInviteButton(): void; /** * Restore invite button. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-invite-user-button | Website documentation} */ restoreInviteButton(): void; /** * Disable room list. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-room-list | Website documentation} */ disableRoomList(): void; /** * Restore room list. * {@link https://docs.workadventu.re/map-building/api-controls.md#disabling--restoring-room-list | Website documentation} */ restoreRoomList(): void; } declare const _default: WorkadventureControlsCommands; export default _default;