createVideoMessage abstract method

Future<V2TimMsgCreateInfoResult?> createVideoMessage({
  1. String? videoPath = "",
  2. String? type = "",
  3. int? duration = 0,
  4. String? snapshotPath = "",
  5. dynamic inputElement,
})

Implementation

Future<V2TimMsgCreateInfoResult?> createVideoMessage(
    {String? videoPath = "",
    String? type = "",
    int? duration = 0,
    String? snapshotPath = "",
    dynamic inputElement});