5
Linphone Android GUI API OverView A simple overview on Linphone GUI API. More will be available on new PPT and www.coders- hub.com

Linphone Android GUI API Overview

Embed Size (px)

Citation preview

Page 1: Linphone Android GUI API Overview

Linphone Android GUI API OverView

A simple overview on Linphone GUI API.

More will be available on new PPT and www.coders-hub.com

Page 2: Linphone Android GUI API Overview

Liblinphone API

LinphoneCoreFactory LinphoneCore LinphoneCall

linphone UI Middleware

LinphoneManager CallManager LinphoneService

linphone UI

CallButton HangCallButton AddVideoButton

Page 3: Linphone Android GUI API Overview

Linphone UI Middleware - LinphoneManager

• Interface to Linphone UI • Registration, initiating outgoing call, accepting incoming call, terminate call,

add video support– LinphoneManager.getInstance().newOutgoingCall(mAddress);– LinphoneManager.getInstance().acceptCallIfIncomingPending()– LinphoneManager.getInstance().terminateCall();– LinphoneManager.getInstance().addVideo()

Page 4: Linphone Android GUI API Overview

Linphone UI Middleware - CallManager

• Internally used by LinphoneManager• Handles incoming , outgoing , reInviteWithVideo

Page 5: Linphone Android GUI API Overview

More about Linphone

• Check www.coders-hub.com