I couldn't get popup template in the stream layer.
streamLayer = new StreamLayer({url: svcUrl,purgeOptions: {displayCount: 10000}, popupTemplate: template});
Not response when I click stream layer feature for getting popup template.
Kindly request to suggest me if anyone have solution for this.
Old post but in case anyone comes across this you simply need to add popupEnabled: true
streamLayer = new StreamLayer({url: svcUrl,purgeOptions: {displayCount: 10000}, popupEnabled: true, popupTemplate: template});