MCPcopy Create free account

hub / github.com/Charles-Schleich/WebRTC-in-Rust / functions

Functions48 in github.com/Charles-Schleich/WebRTC-in-Rust

↓ 3 callersFunctionset_html_label
(html_label: &str, session_id: String)
wasm_client/src/common.rs:553
↓ 2 callersFunctiongenerate_id
(length: u8)
signalling-server/src/signalling-server.rs:71
↓ 2 callersFunctionget_video
(video_id: String)
wasm_client/src/common.rs:211
↓ 2 callersMethodinner
(self)
shared-protocol/src/lib.rs:14
↓ 2 callersFunctionrtc_ice_state_change
( rtc_connection: RtcPeerConnection, document: Document, video_element: String, )
wasm_client/src/common.rs:517
↓ 2 callersFunctionset_session_connection_status_error
(error: String)
wasm_client/src/common.rs:581
↓ 2 callersMethodset_session_id
(&mut self, s_id: SessionID)
wasm_client/src/common.rs:41
↓ 2 callersFunctionsetup_rtc_peer_connection_ice_callbacks
( rtc_conn: RtcPeerConnection, ws: WebSocket, rc_state: Rc<RefCell<AppState>>, )
wasm_client/src/ice.rs:26
↓ 1 callersFunctioncreate_plain_peer_connection
()
wasm_client/src/common.rs:62
↓ 1 callersFunctioncreate_sdp_offer
(peer_a: RtcPeerConnection)
wasm_client/src/sdp.rs:49
↓ 1 callersFunctionget_session_id_from_input
()
wasm_client/src/common.rs:564
↓ 1 callersMethodget_session_id_ref
(&self)
wasm_client/src/common.rs:49
↓ 1 callersFunctionhandle_connection
( peer_map: PeerMap, user_list: UserList, session_list: SessionList, raw_stream: TcpStream,
signalling-server/src/signalling-server.rs:416
↓ 1 callersFunctionhandle_message
( peer_map: PeerMap, user_list: UserList, session_list: SessionList, addr: SocketAddr, use
signalling-server/src/signalling-server.rs:98
↓ 1 callersFunctionhandle_message_reply
( message: String, peer_connection: RtcPeerConnection, websocket: WebSocket, app_state: Rc<Ref
wasm_client/src/common.rs:126
↓ 1 callersFunctionhost_session
(ws: WebSocket)
wasm_client/src/common.rs:420
↓ 1 callersFunctionopen_web_socket
( rtc_conn: RtcPeerConnection, rc_state: Rc<RefCell<AppState>>, )
wasm_client/src/websockets.rs:23
↓ 1 callersFunctionpeer_a_dc_on_message
(dc: RtcDataChannel)
wasm_client/src/common.rs:439
↓ 1 callersFunctionreceive_sdp_answer
( peer_a: RtcPeerConnection, answer_sdp: String, )
wasm_client/src/sdp.rs:7
↓ 1 callersFunctionreceive_sdp_offer_send_answer
( peer_b: RtcPeerConnection, offer_sdp: String, )
wasm_client/src/sdp.rs:21
↓ 1 callersFunctionreceived_new_ice_candidate
( candidate: String, rtc_conn: RtcPeerConnection, )
wasm_client/src/ice.rs:102
↓ 1 callersFunctionreply_with_id
(tx: UnboundedSender<Message>, user_id: UserID)
signalling-server/src/signalling-server.rs:388
↓ 1 callersFunctionrun
()
signalling-server/src/signalling-server.rs:515
↓ 1 callersFunctionsend_ice_candidate
( ws: WebSocket, rc_state: Rc<RefCell<AppState>>, ev: RtcPeerConnectionIceEvent )
wasm_client/src/ice.rs:56
↓ 1 callersFunctionsend_video_offer
(rtc_conn: RtcPeerConnection, ws: WebSocket, session_id: SessionID)
wasm_client/src/common.rs:620
↓ 1 callersFunctionset_panic_hook
()
wasm_client/src/utils.rs:1
↓ 1 callersMethodset_user_id
(&mut self, user_id: UserID)
wasm_client/src/common.rs:53
↓ 1 callersFunctionsetup_initiator
( peer_a: RtcPeerConnection, websocket: WebSocket, rc_state: Rc<RefCell<AppState>>, )
wasm_client/src/common.rs:448
↓ 1 callersFunctionsetup_listener
RTC Listener
wasm_client/src/common.rs:331
↓ 1 callersFunctionsetup_logging
///////////////////////////////////////////////////////////////////////////////////////////////////////// Setup Logging
signalling-server/src/signalling-server.rs:37
↓ 1 callersFunctionsetup_show_signalling_server_state
(ws: WebSocket)
wasm_client/src/common.rs:303
↓ 1 callersFunctionsetup_show_state
(rtc_conn: RtcPeerConnection, state: Rc<RefCell<AppState>>)
wasm_client/src/common.rs:265
↓ 1 callersFunctionshow_rtc_state
(rtc_conn: RtcPeerConnection, state: Rc<RefCell<AppState>>)
wasm_client/src/common.rs:285
↓ 1 callersFunctionsleep
(ms: i32)
wasm_client/src/ice.rs:47
↓ 1 callersFunctiontry_connect_to_session
(ws: WebSocket)
wasm_client/src/common.rs:601
Methodauth_handle
( &self, username: &str, _realm: &str, src_addr: SocketAddr, )
turn-server/src/main.rs:27
Functioncreate_stun_peer_connection
()
wasm_client/src/common.rs:110
Functioncreate_turn_peer_connection
()
wasm_client/src/common.rs:66
Methodfrom
(session_id: &str)
shared-protocol/src/lib.rs:20
Functionget_local_ip
()
signalling-server/src/signalling-server.rs:56
Methodget_session_id
(&mut self)
wasm_client/src/common.rs:45
Methodget_user_id
(&mut self)
wasm_client/src/common.rs:57
Functionmain
()
turn-server/src/main.rs:48
Functionmain
()
signalling-server/src/signalling-server.rs:538
Methodnew
()
wasm_client/src/common.rs:34
Methodnew
(cred_map: HashMap<String, Vec<u8>>)
turn-server/src/main.rs:21
Methodnew
(inner: String)
shared-protocol/src/lib.rs:11
Functionstart
()
wasm_client/src/lib.rs:24