Interface OfferConfirmationListener
public interface OfferConfirmationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidofferConfirmed(OfferConfirmation confirmedOffer) The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of theOffer.
-
Method Details
-
offerConfirmed
The implementing class instance will be notified via this when the AgentSession has confirmed the acceptance of theOffer. The instance will then have the ability to create the room and send the service the room name created for tracking.- Parameters:
confirmedOffer- the ConfirmedOffer
-