Searched refs:canInsertDtmf (Results 1 – 4 of 4) sorted by relevance
26 @property(nonatomic, readonly) BOOL canInsertDtmf;
22 - (BOOL)canInsertDtmf { method in RTCDtmfSender
24 public boolean canInsertDtmf() { in canInsertDtmf() method in DtmfSender
871 assertTrue(dtmfSender.canInsertDtmf()); in testCompleteSession()