PlayCallbackInfo Syntax interface PlayCallbackInfo { deviceId: string; width: number; height: number; } Attributes deviceId The ID of the currently used camera. width The width (in pixels) of the video input. height The height (in pixels) of the video input. Related selectCamera()