stopRecording

@POST(value = "/video/call/{type}/{id}/recordings/{recording_type}/stop")
abstract suspend fun stopRecording(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "recording_type") recordingType: String): StopRecordingResponse

Stop recording Stops recording