@ -17,22 +17,22 @@ public interface OperationSetSecureTelephony
extends OperationSet
{
/ * *
* Gets the secure state of the call session in which a specific p articipant
* Gets the secure state of the call session in which a specific p eer
* is involved
*
* @param p articipant the participant for who the call state is required
* @param p eer the peer for who the call state is required
* @return the call state
* /
public boolean isSecure ( CallPeer p articipant ) ;
public boolean isSecure ( CallPeer p eer ) ;
/ * *
* Sets the SAS verifications state of the call session in which a specific participant
* is involved
* Sets the SAS verifications state of the call session in which a specific
* peer is involved
*
* @param p articipant the participant who toggled ( or for whom is remotely
* toggled ) the SAS ver fied flag
* @param p eer the peer who toggled ( or for whom is remotely
* toggled ) the SAS ver i fied flag
* @param verified the new SAS verification status
* @param source the source who generated the call change
* /
public boolean setSasVerified ( CallPeer p articipant , boolean verified ) ;
public boolean setSasVerified ( CallPeer p eer , boolean verified ) ;
}