startRecording

@POST(value = "/video/call/{type}/{id}/recordings/{recording_type}/start")
abstract suspend fun startRecording(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "recording_type") recordingType: String, @Body startRecordingRequest: StartRecordingRequest): StartRecordingResponse
@POST(value = "/video/call/{type}/{id}/recordings/{recording_type}/start")
abstract suspend fun startRecording(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "recording_type") recordingType: String): StartRecordingResponse

Start recording Starts recording