offer

Function offer 

Source
pub async fn offer(
    conn: &Connection,
    endpoint: u16,
    web_rtc_session_id: u8,
    sdp: String,
    ice_transport_policy: String,
) -> Result<()>
Expand description

Invoke Offer command on cluster WebRTC Transport Requestor.