How can I get the target stream name by rtc sdk
![]() I write a Pre-condition for RTC plug-in development using RTC-SDK.How can I get the target stream by java program when I am deliver changesets to target steam.. Now , I can get changeSets in problem. Please give me an advise! Thansk
|
Accepted answer
![]()
The AdvisableOperation has operation data where you can information about the delivery.
Use AdvisableOperation#getOperationData() to get the operation data and check if it is an instance of DeliverOperationData. Then you can use that to #getDestWorkspace(). That will be the destination for the delivery. silencehill wu selected this answer as the correct answer
|
Comments
Sorry, last word is java program not problem.