interface OpenStream {
    connection: Stream;
    streamInfo: StreamInfo;
}

Properties

connection: Stream
streamInfo: StreamInfo