startWithSlate property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? startWithSlate
getter/setter pair

This setting indicates whether the broadcast should automatically begin with an in-stream slate when you update the broadcast's status to live.

After updating the status, you then need to send a liveCuepoints.insert request that sets the cuepoint's eventState to end to remove the in-stream slate and make your broadcast stream visible to viewers.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? startWithSlate;