Top

MediPillar method in Swift?

Kommentare

2 Kommentare

  • Vincent BAILLEAU

    Hi Gregoire,

    The current ios sdk Jazzy documentation include both ObjC and swift API. There is currently no sample associated to the mediapillar feature, but the interface are available.

    Use the beginNewOutgoingCallWithWebRTCGatewayToNumber method to create a mediapilar call.

    just past the expected number as method parameter.

    see examples associated to the method in Jazzy documentation.

    Regards

    Vincent

    0
    Aktionen für Kommentare Permalink
  • Chen-Yee WONG

    Hi Vincent,

    I was using the exact method beginNewOutgoingCallWithWebRTCGatewayToNumber on a button, and i get the error of this :

    (mediasession.cc:356): Duplicate id found. Reassigning from 102 to 127

    Sample function of my button :

    @IBAction func btncall(_ sender: Any) {        ServicesManager.sharedInstance()?.rtcService.beginNewOutgoingCallWithWebRTCGateway(toNumber: "80070")   

    }

    Please advise.

    Thanks & Regards,

    WONG

    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten