export interface TrickleIceEvent {
    candidate: string;
}
