Function webrtc_signal_send

pub async fn webrtc_signal_send(
    url: &str,
    offer: Offer,
) -> Result<P2pConnectionResponse, RTCSignalingError>