Howto get my own user id?

HI @sam.decrock,

calling GetUserByUserID(0) works, but beware of this.

Another option is to get the list of participant Ids and call GetUserByUserID on each, then looking for the “IsMyself” property.

1 Like