Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendBirdCallRecordingListener

Hierarchy

  • SendBirdCallRecordingListener

Index

Properties

onRecordingFailed

onRecordingFailed: ((callId: string, recordingId: string, error?: Error) => void) | null

onRecordingSucceeded

onRecordingSucceeded: ((callId: string, recordingId: string, options: RecordingOptions, fileName?: string) => void) | null

Generated using TypeDoc