Type Alias PrepareSessionCallback

PrepareSessionCallback: (
    error?: Error,
    preparedSession?: PreparedDataStreamSession,
) => void

Type declaration