SecondScreen


Version SecondScreen 0.0.0-unknown.0

Table of Contents

Overview

undefined

Types

SecondScreenEvent

An a message notification from a second screen device

type SecondScreenEvent = {
  type: 'dial'
  version?: string
  data?: string
}