RtcEngineExtension
The RtcEngineExtension class.
getAssetAbsolutePath
Gets the actual absolute path of the asset through the relative path of the asset.
Future<String?> getAssetAbsolutePath(String assetPath)
Parameters
- assetPath
- The resource path configured in the flutter -> assets field of pubspec.yaml, for example: assets/Sound_Horizon.mp3.
Returns
The actual path of the asset.
enumerateDisplays
Enumerates the information of all the screens in the system.
List<Display> enumerateDisplays()
Returns
The information of the screen for screen-sharing.
enumerateWindows
Enumerates the information of all the windows in the system.
List<Window> enumerateWindows()
Returns
The information of the window for screen-sharing.