How can I get the target stream name by rtc sdk
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.
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.
Comments
silencehill wu
Nov 01 '12, 1:03 p.m.Sorry, last word is java program not problem.