pub async fn group_invite<R: Ratchet>(
invite_signal: NodeResult<R>,
accept: bool,
remote: &impl Remote<R>,
) -> Result<Ticket, NetworkError>
Expand description
Given a group invite signal, this function sends a response to the server
pub async fn group_invite<R: Ratchet>(
invite_signal: NodeResult<R>,
accept: bool,
remote: &impl Remote<R>,
) -> Result<Ticket, NetworkError>
Given a group invite signal, this function sends a response to the server