All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.rtc.RtcService Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.rtc;


import com.volcengine.model.request.ListIndicatorsRequest;
import com.volcengine.model.request.ListRoomsRequest;
import com.volcengine.model.response.ListIndicatorsResponse;
import com.volcengine.model.response.ListRoomsResponse;
import com.volcengine.service.IBaseService;


/**
 * The interface rtc service.
 */
public interface RtcService extends IBaseService {
    
    
    ListRoomsResponse listRooms(ListRoomsRequest listRoomsRequest) throws Exception;
    
    
    ListIndicatorsResponse listIndicators(ListIndicatorsRequest listIndicatorsRequest) throws Exception;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy