class Transcription::User

Represents a user in a conversation. Added in version 1.5.0.

Members

User

Syntax: public inline explicit User ( SPXUSERHANDLE huser );

Internal constructor. Creates a new instance using the provided handle.

Parameters

  • huser A user handle.

~User

Syntax: public inline virtual ~User ( );

Virtual destructor.

operator SPXUSERHANDLE

Syntax: public inline explicit operator SPXUSERHANDLE ( ) const;

Internal. Explicit conversion operator.

Returns

A handle.

GetId

Syntax: public inline SPXSTRING GetId ( ) const;

Get user's id.

Returns

user's id.

FromUserId

Syntax: public inline static std::shared_ptr< User > FromUserId ( const SPXSTRING & userId );

Create a user with identification string.

Parameters

  • userId A user id.

Returns

A user object