createVideoMessage method
Implementation
Future<V2TimValueCallback<V2TimMsgCreateInfoResult>> createVideoMessage(
{required String videoFilePath,
required String type,
required int duration,
required String snapshotPath,
dynamic inputElement}) async {
throw UnimplementedError("createSoundMessage() has not been implemented");
}