setTranscriptionLanguage abstract method
Implementation
@POST("rtc/meeting/update/transcriptionLanguage")
Future<BaseResponse> setTranscriptionLanguage(
@Header("Authorization") String token,
@Body() Map<String, dynamic> body,
);
@POST("rtc/meeting/update/transcriptionLanguage")
Future<BaseResponse> setTranscriptionLanguage(
@Header("Authorization") String token,
@Body() Map<String, dynamic> body,
);