Function caesar_core::sender::client::start

source ·
pub async fn start(
    socket: Socket,
    paths: Vec<String>,
    room_id: Option<String>,
    relay: String,
    transfer_name: String,
    is_local: bool
)
Expand description

Starts the sender process.

§Arguments

  • socket - The WebSocket connection.
  • paths - The paths to the files to be sent.
  • room_id - The ID of the room to join.
  • relay - The URL of the relay server.
  • transfer_name - The name of the transfer.
  • is_local - Whether the transfer is local or not.