Skip to content

Commit

Permalink
Added missing Blueprint, ReactJS, Unreal Engine platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirm2009 committed Jun 20, 2024
1 parent d6242f3 commit 6229f49
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 2 deletions.
6 changes: 6 additions & 0 deletions shared/video-sdk/reference/error-codes/codes/blueprint.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="blueprint">
import NonWebCommonErrorCodes from './non-web-common-error-codes.mdx'

<NonWebCommonErrorCodes />

</PlatformWrapper>
8 changes: 7 additions & 1 deletion shared/video-sdk/reference/error-codes/codes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import Flutter from './flutter.mdx';
import Unity from './unity.mdx';
import MacOS from './macos.mdx';
import Windows from './windows.mdx';
import ReactJS from './react-js.mdx';
import Unreal from './unreal.mdx';
import UnrealBlueprint from './blueprint.mdx';

<MacOS />
<Android />
Expand All @@ -16,4 +19,7 @@ import Windows from './windows.mdx';
<Electron/>
<Flutter />
<Unity />
<Windows />
<Windows />
<ReactJS />
<Unreal />
<UnrealBlueprint />
6 changes: 6 additions & 0 deletions shared/video-sdk/reference/error-codes/codes/react-js.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="react-js">
import NonWebCommonErrorCodes from './non-web-common-error-codes.mdx'

<NonWebCommonErrorCodes />

</PlatformWrapper>
6 changes: 6 additions & 0 deletions shared/video-sdk/reference/error-codes/codes/unreal.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="unreal">
import NonWebCommonErrorCodes from './non-web-common-error-codes.mdx'

<NonWebCommonErrorCodes />

</PlatformWrapper>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="blueprint">
import ErrorCodeReturnedWays from './non-web-ways.mdx'

<ErrorCodeReturnedWays />

</PlatformWrapper>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import Flutter from './flutter.mdx';
import Unity from './unity.mdx';
import MacOS from './macos.mdx';
import Windows from './windows.mdx';
import ReactJS from './react-js.mdx';
import Unreal from './unreal.mdx';
import UnrealBlueprint from './blueprint.mdx';

<MacOS />
<Android />
Expand All @@ -16,4 +19,7 @@ import Windows from './windows.mdx';
<Electron/>
<Flutter />
<Unity />
<Windows />
<Windows />
<ReactJS />
<Unreal />
<UnrealBlueprint />
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="react-js">
import ErrorCodeReturnedWays from './non-web-ways.mdx'

<ErrorCodeReturnedWays />

</PlatformWrapper>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<PlatformWrapper platform="unreal">
import ErrorCodeReturnedWays from './non-web-ways.mdx'

<ErrorCodeReturnedWays />

</PlatformWrapper>

0 comments on commit 6229f49

Please sign in to comment.