public class SipPhoneFactory extends Object
Constructor and Description |
---|
SipPhoneFactory() |
Modifier and Type | Method and Description |
---|---|
static SipPhone |
makePhone(String sipUri,
Context context,
PhoneNotifier phoneNotifier)
Makes a
SipPhone object. |
public static SipPhone makePhone(String sipUri, Context context, PhoneNotifier phoneNotifier)
SipPhone
object.sipUri
- the local SIP URI the phone runs oncontext
- Context
needed to create a Phone objectphoneNotifier
- PhoneNotifier
needed to create a Phone
objectSipPhone
object or null if the SIP URI is not valid