Contents

init(session:)

Creates a journal and associates it with the specified session of a group activity.

Declaration

convenience init<Activity>(session: GroupSession<Activity>) where Activity : GroupActivity

Parameters

  • session:

    The session you use for communicating with participants. The session must be in the Waiting or Joined state when you create the journal, and the session must be in the Joined state before you can send or receive attachments.

Return Value

A GroupSessionJournal object configured for the specified session.