interface RemotePlaybackAvailabilityCallback ((available: boolean) => void)
  • Parameters

    • available: boolean

    Returns void