Add media session support

This commit is contained in:
Zoe Roux
2024-06-30 13:25:49 +00:00
parent cad63d465d
commit cce24cd829
3 changed files with 198 additions and 90 deletions

View File

@@ -264,12 +264,12 @@ type OnReceiveAdEventData = Readonly<{
export type OnVideoErrorData = Readonly<{
error: Readonly<{
errorString?: string; // android
errorString?: string; // android | web
errorException?: string; // android
errorStackTrace?: string; // android
errorCode?: string; // android
error?: string; // ios
code?: Int32; // ios
code?: Int32; // ios | web
localizedDescription?: string; // ios
localizedFailureReason?: string; // ios
localizedRecoverySuggestion?: string; // ios