Chime / Client / get_messaging_session_endpoint

get_messaging_session_endpoint#

Chime.Client.get_messaging_session_endpoint()#

The details of the endpoint for the messaging session.

Warning

This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK.

Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.get_messaging_session_endpoint()
Return type:

dict

Returns:

Response Syntax

{
    'Endpoint': {
        'Url': 'string'
    }
}

Response Structure

  • (dict) –

    • Endpoint (dict) –

      The endpoint returned in the response.

      • Url (string) –

        The endpoint to which you establish a websocket connection.

Exceptions

  • Chime.Client.exceptions.UnauthorizedClientException

  • Chime.Client.exceptions.ForbiddenException

  • Chime.Client.exceptions.ThrottledClientException

  • Chime.Client.exceptions.ServiceUnavailableException

  • Chime.Client.exceptions.ServiceFailureException