extraInfo property

  1. @JsonKey(name: 'extraInfo')
String? extraInfo
final

Additional information on the video content (maximum length: 1024 Bytes). The SDK sends the screenshots and additional information on the video content to the Agora server. Once the video screenshot and upload process is completed, the Agora server sends the additional information and the callback notification to your server.

Implementation

@JsonKey(name: 'extraInfo')
final String? extraInfo;