getInviteLink

abstract suspend fun getInviteLink(data: SLRInviteData): String

A function which provides an invite link with provided data.

Return

The invite link.

Throws

RuntimeException

if link was not created.