Search code examples
google-hangoutshangouts-api

why gapi.hangout members are unavailable


i have been using hangout api but when i want to use gapi.hangout members such as events ,functions etc,they are unavailable just go and render are available i have referenced platform.js to my codes but i can't figure out what is my problem.

    <script src="https://apis.google.com/js/platform.js"></script>
    <script type="text/javascript">
      
        gapi.hangout.onApiReady //is undefined
    </script>


Solution

  • finally i found out i should have referenced hangout.js.

    and now all members are available...