export const PREPARATION_TITLE = 'Prepare to start streaming to'; export const NOT_RIGHT = 'Not right?'; export const FLIP_PHONE_TITLE = 'Please flip your phone'; export const FLIP_PHONE_MESSAGE = "You'll be able to preview your stream before going live"; export const GO_OFFLINE_DIALOG_TITLE = 'Go offline?'; export const GO_OFFLINE_DIALOG_DESCRIPTION = 'This will stop the stream to your channel'; export const GO_OFFLINE_DIALOG_ACCEPT = 'Go offline'; export const GO_OFFLINE_DIALOG_CANCEL = 'Keep streaming';