public static interface Session.ArchiveListener
Modifier and Type | Method and Description |
---|---|
void |
onArchiveStarted(Session session,
java.lang.String id,
java.lang.String name)
Called when an archive of the session starts recording.
|
void |
onArchiveStopped(Session session,
java.lang.String id)
Called when an archive of the session stops being recorded.
|
void onArchiveStarted(Session session, java.lang.String id, java.lang.String name)
session
- The session that is being recorded.id
- The unique ID of the archive.name
- The name of the archive (if one was provided when the archive was created).void onArchiveStopped(Session session, java.lang.String id)
session
- The session that was being recorded.id
- The unique ID of the archive.