createManagedGroupSession

suspend fun createManagedGroupSession(groupId: String, title: String?): SLRManagedGroupSession

The StreamLayer SDK supports subscription to the managed group.

Return

The instance of SLRManagedGroupSession.

Parameters

groupId

The id of managed group.

title

The title of managed group.

Throws

RuntimeException

if can not create session for some reasons.