Connect / Client / start_screen_sharing

start_screen_sharing#

Connect.Client.start_screen_sharing(**kwargs)#

Starts screen sharing for a contact. For more information about screen sharing, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide.

See also: AWS API Documentation

Request Syntax

response = client.start_screen_sharing(
    ClientToken='string',
    InstanceId='string',
    ContactId='string'
)
Parameters:
  • ClientToken (string) –

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

    This field is autopopulated if not provided.

  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • ContactId (string) –

    [REQUIRED]

    The identifier of the contact in this instance of Amazon Connect.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions