export declare enum VideoLogEvent { InputAttached = 0, SendingFailed = 1, SendingSuccess = 2 } export default VideoLogEvent;