Skip to main content

Returns

Returns a WebRTC Connection object for the given product and name. The object exposes a has_api_key boolean, not the stored API key.

Example

web_rtc_connection = galtea.web_rtc_connections.get_by_name(
    name="production-voice-agent-" + run_identifier,
    product_id=product_id,
)

Parameters

name
string
required
Name of the WebRTC connection to retrieve.
product_id
string
required
ID of the product the connection belongs to.