From 7d9d987d6ccb80aabe98ee1fdb9e5bcc7394ddf2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 20 May 2025 10:08:01 +0200 Subject: lib: add basic uuid to participant --- lib/src/turns-participant.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/src/turns-participant.h') diff --git a/lib/src/turns-participant.h b/lib/src/turns-participant.h index fa5e7cd..6ed8ac6 100644 --- a/lib/src/turns-participant.h +++ b/lib/src/turns-participant.h @@ -64,6 +64,14 @@ gboolean turns_participant_get_defeated(TurnsParticipant const * self); */ TurnsParticipantDisposition turns_participant_get_disposition(TurnsParticipant const * self); +/** + * @brief Get the id of a participant. + * + * @param self A participant instance. The value *must not* be NULL. + * @return The id of the instance. The value is owned by the caller of the function. + */ +gchar const * turns_participant_get_id(TurnsParticipant const * self); + /** * @brief Get the name of a participant. * -- cgit v1.2.3