All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infobip.mobile.messaging.api.rtc.MobileApiRtc Maven / Gradle / Ivy

package org.infobip.mobile.messaging.api.rtc;

import org.infobip.mobile.messaging.api.support.http.ApiKey;
import org.infobip.mobile.messaging.api.support.http.Body;
import org.infobip.mobile.messaging.api.support.http.HttpRequest;
import org.infobip.mobile.messaging.api.support.http.client.HttpMethod;

@ApiKey("${api.key}")
@HttpRequest("/webrtc/1/token")
public interface MobileApiRtc {

    @HttpRequest(method = HttpMethod.POST)
    TokenResponse getToken(@Body TokenBody body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy