|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MSRPRecorder
A participant that is used to save the large file and/or to record the message history in a MSRP communication.
Refer MSRPConference to check the usage.
| Method Summary | |
|---|---|
void |
record(OutputStream stream)
Start recording to the specified output stream. |
void |
record(String stream)
Start recording to the specified location. |
void |
record(URI stream)
Start recording to the specified URI. |
| Methods inherited from interface org.glassfish.cafe.api.Recorder |
|---|
getStream, start, start, stop |
| Methods inherited from interface org.glassfish.cafe.api.Participant |
|---|
addAgent, getAgent, getAgents, getJoinable, getName, getNickName, removeAgent, setName, setNickName |
| Method Detail |
|---|
void record(URI stream)
stream - Location where the media has to be recorded.void record(String stream)
stream - Location where the media has to be recorded.void record(OutputStream stream)
stream - The output stream where the media has to be recorded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||