/** * @export * @enum {string} */ export declare enum SrtMode { LISTENER = "LISTENER", CALLER = "CALLER" } export default SrtMode;