1671030000000Video SDK React Native v1.5.3by ChasityAdded New interface to support “far end camera control”. New interface ZoomVideoSdkRemoteCameraControlHelper requestControlRemoteCamera: () => Promise<Errors>; giveUpControlRemoteCamera: () => Promise<Errors>; turnLeft: (range: number)
1666962000000Video SDK for React Native v1.5.2by ChasityBreaking Change Changed functions where the return type is ZoomVideoSdkError to return an error string. Previously, those functions returned an integer. Added New interface to support users joining an existing session by calling in on their
1663786920000Video SDK for React Native v1.4.0by ChasityAdded New interfaces and callbacks to support live transcription and translation. New interface ZoomVideoSdkLiveTranscriptionHelper. New functions in ZoomVideoSdkLiveTranscriptionHelper canStartLiveTranscription: () =>
1654743600000Video SDK React Native Wrapper v1.3.1Added New interfaces and callback to support inviting others by phone (call out). New interfaces in ZoomVideoSdkPhoneHelper cancelInviteByPhone(); getInviteByPhoneStatus(); getSupportCountryInfo(); inviteByPhone(countryCode, phoneNumber,
1646438748067React Native Video SDK v1.2.0by Yves GrantAdded Command channel for real-time data transfer. See Android or iOS command channel documentation for details. Cloud recording control through SDK methods. Interface to disable session timeout. Interface to retrieve session ID. Enhanced
1634750202734Video SDK React Native initial releaseby Yves GrantWe’re happy to announce the initial release of the Video SDK React Native wrapper for iOS and Android, version 1.1.1. The React Native wrapper has a similar feature set as the native iOS and Android Video SDKs. See the documentation to