ChimeSDKMessaging.Client.
get_messaging_session_endpoint
()¶The details of the endpoint for the messaging session.
See also: AWS API Documentation
Request Syntax
response = client.get_messaging_session_endpoint()
{
'Endpoint': {
'Url': 'string'
}
}
Response Structure
The endpoint returned in the response.
The endpoint to which you establish a websocket connection.
Exceptions
ChimeSDKMessaging.Client.exceptions.UnauthorizedClientException
ChimeSDKMessaging.Client.exceptions.ForbiddenException
ChimeSDKMessaging.Client.exceptions.ThrottledClientException
ChimeSDKMessaging.Client.exceptions.ServiceUnavailableException
ChimeSDKMessaging.Client.exceptions.ServiceFailureException