Skip to content

Commit

Permalink
rename new to new instance
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Aug 17, 2023
1 parent a42fabe commit fc36aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/browser/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl Client {
#[wasm_export]
impl Client {
#[wasm_bindgen(constructor)]
pub fn new(
pub fn new_instance(
ice_servers: String,
stabilize_timeout: usize,
account: String,
Expand Down

0 comments on commit fc36aea

Please sign in to comment.