0.2.1
This commit is contained in:
4
frontend/ts/bindings/RtcSnapshot.ts
Normal file
4
frontend/ts/bindings/RtcSnapshot.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { PeerInfo } from "./PeerInfo";
|
||||
|
||||
export type RtcSnapshot = { signalling_connected: boolean, server_url: string, display_name: string, my_peer_id: string | null, peers: Array<PeerInfo>, logs: Array<string>, chat_messages: Array<string>, rtc_messages: Array<string>, rtc_status: string, data_channel_open: boolean, active_remote_peer_id: string | null, };
|
||||
Reference in New Issue
Block a user