[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "media" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sat Jun 25 13:31:57 CDT 2011
branch "media" has been updated
via 7eb5ee6acbcc2abec8590f15efde23cc62f097c6 (commit)
from bb0fe22eb27c0744b020e7d7b74a589261eb528e (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 75 +-------------------
1 files changed, 1 insertions(+), 74 deletions(-)
- Log -----------------------------------------------------------------
commit 7eb5ee6acbcc2abec8590f15efde23cc62f097c6
Author: Joshua Colp <jcolp at digium.com>
Date: Sat Jun 25 15:32:07 2011 -0300
Remove some session changes that do not belong any longer.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index 507ce1e..5fdec3e 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -141,47 +141,6 @@ module V1
};
/**
- * Stream specific indication class. Useful if a consumer only cares
- * about stream specific indications.
- */
- unsliceable class StreamIndication extends Indication
- {
- };
-
- /**
- * Indication that a session has had streams added to it.
- */
- unsliceable class StreamsAddedIndication extends StreamIndication
- {
- /**
- * Streams that have been added and their information.
- */
- AsteriskSCF::Media::V1::StreamInformationDict streams;
- };
-
- /**
- * Indication that a session has had stream information updated on it.
- */
- unsliceable class StreamsUpdatedIndication extends StreamIndication
- {
- /**
- * Streams that have been updated and their information.
- */
- AsteriskSCF::Media::V1::StreamInformationDict streams;
- };
-
- /**
- * Indication that a session has had streams removed from it.
- */
- unsliceable class StreamsRemovedIndication extends StreamIndication
- {
- /**
- * Streams that have been removed and their information.
- */
- AsteriskSCF::Media::V1::StreamInformationDict streams;
- };
-
- /**
* Telephony specific indication class. Useful if a consumer only cares
* about telephony specific indications.
*/
@@ -448,34 +407,6 @@ module V1
["amd"] SessionInfo getInfo();
/**
- * Method which retrieves streams on the session.
- *
- * @return A StreamInformationDict containing streams and information about them.
- */
- ["amd"] AsteriskSCF::Media::V1::StreamInformationDict getStreams();
-
- /**
- * Method which changes the state of streams.
- *
- * @param streams A dictionary of streams and their new state.
- */
- ["amd"] void changeStreamStates(AsteriskSCF::Media::V1::StreamStateDict streams);
-
- /**
- * Method which requests that streams be added to the session.
- *
- * @param streams A dictionary of streams and the requested formats.
- */
- void addStreams(AsteriskSCF::Media::V1::StreamInformationDict streams);
-
- /**
- * Method which requests that streams be removed from the session.
- *
- * @param streams A dictionary of streams to remove.
- */
- void removeStreams(AsteriskSCF::Media::V1::StreamInformationDict streams);
-
- /**
* Retrieve a media session instance, if available, for the current session.
* A media session object may not be available at the time this is called.
* For example, in SIP before media details are known.
@@ -703,14 +634,10 @@ module V1
* newly created session. May be a nil reference if an initial listener is not
* required.
*
- * @param topology A dictionary of streams and the formats that should be carried
- * on them.
- *
* @return A newly created session object for the destination.
*
*/
- Session* createSession(string destination, SessionListener* callback,
- AsteriskSCF::Media::V1::StreamInformationDict topology);
+ Session* createSession(string destination, SessionListener* callback);
/**
* Returns the active sessions for this session endpoint.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list