We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PC and android show same error:
InvalidOperationException: VideoKit plan does not support this operation. Check your plan and upgrade at https://videokit.ai VideoKit.Internal.VideoKit.Throw (VideoKit.Internal.VideoKit+Status status) (at ./Library/PackageCache/[email protected]/Runtime/Internal/VideoKit.cs:811) VideoKit.MediaRecorder.Create (VideoKit.MediaRecorder+Format format, System.Int32 width, System.Int32 height, System.Single frameRate, System.Int32 sampleRate, System.Int32 channelCount, System.Int32 videoBitRate, System.Int32 keyframeInterval, System.Single compressionQuality, System.Int32 audioBitRate, System.String prefix) (at ./Library/PackageCache/[email protected]/Runtime/MediaRecorder.cs:180) VideoKit.VideoKitRecorder.StartRecordingAsync () (at ./Library/PackageCache/[email protected]/Runtime/Components/VideoKitRecorder.cs:478) VideoKit.VideoKitRecorder.StartRecording () (at ./Library/PackageCache/[email protected]/Runtime/Components/VideoKitRecorder.cs:430) System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__7_0 (System.Object state) (at <17d9ce77f27a4bd2afb5ba32c9bea976>:0) UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at :0) UnityEngine.UnitySynchronizationContext.Exec () (at :0) UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at :0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PC and android show same error:
InvalidOperationException: VideoKit plan does not support this operation. Check your plan and upgrade at https://videokit.ai
VideoKit.Internal.VideoKit.Throw (VideoKit.Internal.VideoKit+Status status) (at ./Library/PackageCache/[email protected]/Runtime/Internal/VideoKit.cs:811)
VideoKit.MediaRecorder.Create (VideoKit.MediaRecorder+Format format, System.Int32 width, System.Int32 height, System.Single frameRate, System.Int32 sampleRate, System.Int32 channelCount, System.Int32 videoBitRate, System.Int32 keyframeInterval, System.Single compressionQuality, System.Int32 audioBitRate, System.String prefix) (at ./Library/PackageCache/[email protected]/Runtime/MediaRecorder.cs:180)
VideoKit.VideoKitRecorder.StartRecordingAsync () (at ./Library/PackageCache/[email protected]/Runtime/Components/VideoKitRecorder.cs:478)
VideoKit.VideoKitRecorder.StartRecording () (at ./Library/PackageCache/[email protected]/Runtime/Components/VideoKitRecorder.cs:430)
System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.b__7_0 (System.Object state) (at <17d9ce77f27a4bd2afb5ba32c9bea976>:0)
UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () (at :0)
UnityEngine.UnitySynchronizationContext.Exec () (at :0)
UnityEngine.UnitySynchronizationContext.ExecuteTasks () (at :0)
The text was updated successfully, but these errors were encountered: