serverConfig property

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

(Optional) Server configuration related to uploading video screenshots via extensions from Agora Extensions Marketplace. This parameter only takes effect when type in ContentInspectModule is set to contentInspectImageModeration. If you want to use it, contact.

Implementation

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