Playback Zoom

Returns a number describing the current zoom of the playback camera.

Syntax

function getPlaybackZoom(state) {
  return window.getAutoZoom ?
    window.getAutoZoom(getPlayerIndex(state)) :
    state.camera.playbackZoom ;
}