Amazon Chime SDK Messaging

2025/09/18 - Amazon Chime SDK Messaging - 1 updated api methods

Changes  Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6.

GetMessagingSessionEndpoint (updated) Link ΒΆ
Changes (request)
{'NetworkType': 'IPV4_ONLY | DUAL_STACK'}

The details of the endpoint for the messaging session.

See also: AWS API Documentation

Request Syntax

client.get_messaging_session_endpoint(
    NetworkType='IPV4_ONLY'|'DUAL_STACK'
)
type NetworkType:

string

param NetworkType:

The type of network for the messaging session endpoint. Either IPv4 only or dual-stack (IPv4 and IPv6).

rtype:

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.