SecondScreen (manage)

Prev Next

SecondScreen Schema 1.5.0 | Manage SDK

Table of Contents

Types

SecondScreenEvent

An a message notification from a second screen device

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