setTranscriptionLanguage abstract method

  1. @POST("rtc/meeting/update/transcriptionLanguage")
Future<BaseResponse> setTranscriptionLanguage(
  1. @Header("Authorization") String token,
  2. @Body() Map<String, dynamic> body
)

Implementation

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