didFailToPlayClip
Introduction
The didFailToPlayClip(atIndex:) method notifies the SDK that your app's player failed to play a key play clip.
Parameters
| Parameter | Type | Description | Example | 
|---|---|---|---|
| index | Int | The array index of the key play clip that has failed to play. This index corresponds to a flattened list of clips. | 0 | 
Code Example
// Notify the SDK that the player failed to play the clip at index 0.
eventInterface.didFailToPlayClip(atIndex: 0)